public interface RegistryHandlerAPI
<V> V getEntryIfPresent(ResourceLocationAPI<?> registryKey, ResourceLocationAPI<?> entryKey)
RegistryAPI<?> getBiomeRegistry()
RegistryAPI<?> getBlockRegistry()
RegistryAPI<?> getBlockEntityRegistry()
RegistryAPI<?> getEffectRegistry()
RegistryAPI<?> getEntityRegistry()
RegistryAPI<?> getItemRegistry()
RegistryAPI<?> getPotionRegistry()
RegistryAPI<?> getRegistry(ResourceLocationAPI<?> registryKey)
RegistryAPI<?> getRegistry(java.lang.Class<?> type)
RegistryAPI<?> getSoundRegistry()
RegistryAPI<?> getStructureRegistry()
BlockBuilderAPI makeBlockBuilder(@Nullable BlockBuilderAPI parent)
BlockEntityBuilderAPI makeBlockEntityBuilder(@Nullable BlockEntityBuilderAPI parent)
CreativeTabBuilderAPI<?> makeCreativeTabBuilder()
DiscBuilderAPI makeDiscBuilder(@Nullable ItemBuilderAPI parent)
EntityBuilderAPI makeEntityBuilder(@Nullable EntityBuilderAPI parent)
ItemBlockBuilderAPI makeItemBlockBuilder(@Nullable ItemBuilderAPI parent)
ItemBuilderAPI makeItemBuilder(@Nullable ItemBuilderAPI parent)
SoundBuilderAPI makeSoundBuilder(@Nullable SoundBuilderAPI parent)
ToolBuilderAPI makeToolBuilder(@Nullable ItemBuilderAPI parent, ItemBuilderAPI.ToolType tool)