Package org.spongepowered.api.registry
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.registry
-
ClassDescriptionA Utility marker that assists in getting a
ResourceKey
for values that generally can be within adefaulted registry
.Registry<T>A store ofregistry entries
with a well defined type.An entry within aRegistry
.A holder ofregistries
.RegistryKey<T>Similar toResourceKey
but with a defined type and id of the parent registry.An enumeration of the different levels in whichRegistry
may reside from least specific to specific.A marker annotation that helps the API consumer determine whatscope
the marked type should be found in.RegistryType<T>Allregistries
provided by this API.