T - the type of thing we're holding ontopublic interface IRegistryDelegate<T>
extends java.util.function.Supplier<T>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
T |
get()
Get the referent pointed at by this delegate.
|
ResourceLocation |
name()
Get the unique resource location for this delegate.
|
java.lang.Class<T> |
type()
Get the delegate type.
|
T get()
get インタフェース内 java.util.function.Supplier<T>ResourceLocation name()
java.lang.Class<T> type()