类的使用
pkg.exoad.poprock.core.registry.RegistryEntry
-
pkg.exoad.poprock.core.registry中RegistryEntry的使用
修饰符和类型类说明(专用程序包) class
The base representation of a Descriptive Registry entry that just has one internal property ofdescription
.修饰符和类型字段说明private final HashMap<Long,
WeakReference<RegistryEntry>> WeakRegistry.leafs
private final HashMap<String,
RegistryEntry> EphemeralRegistry.leaves
The internal representation of all of the properties修饰符和类型方法说明protected abstract RegistryEntry
BaseRegistry.acquireEntry
(String name) Returns the internal representation of a leaf.protected RegistryEntry
EphemeralRegistry.acquireEntry
(String leafName) protected RegistryEntry
ExternRegistry.acquireEntry
(String name) protected RegistryEntry
WeakRegistry.acquireEntry
(String name) DescriptiveRegistryEntryFactory.collate()
RegistryEntryFactory.collate()
修饰符和类型方法说明EphemeralRegistry.EphemeralRegistryConfig.entries()
返回entries
记录组件的值。Optional<Collection<Class<? extends RegistryEntry>>>
BaseRegistry.inferTyping()
Optional<Collection<Class<? extends RegistryEntry>>>
EphemeralRegistry.inferTyping()
Optional<Collection<Class<? extends RegistryEntry>>>
ExternRegistry.inferTyping()
修饰符和类型方法说明(专用程序包) abstract void
BaseRegistry.registerEntry
(String name, RegistryEntry entry) This method is the main entry into "putting" a leaf into a registry.void
EphemeralRegistry.registerEntry
(String name, RegistryEntry entry) void
ExternRegistry.registerEntry
(String name, RegistryEntry entry) void
WeakRegistry.registerEntry
(String name, RegistryEntry entry)