public class RegistryHandler1_12_2
extends java.lang.Object
implements mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI
| Constructor and Description |
|---|
RegistryHandler1_12_2() |
| Modifier and Type | Method and Description |
|---|---|
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.world.biome.Biome> |
getBiomeRegistry() |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<?> |
getBlockEntityRegistry() |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.block.Block> |
getBlockRegistry() |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.potion.Potion> |
getEffectRegistry() |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraftforge.fml.common.registry.EntityEntry> |
getEntityRegistry() |
<V> V |
getEntryIfPresent(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> registry,
mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> entry) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.item.Item> |
getItemRegistry() |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.potion.PotionType> |
getPotionRegistry() |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<?> |
getRegistry(java.lang.Class<?> type) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<?> |
getRegistry(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> registryKey) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.util.SoundEvent> |
getSoundRegistry() |
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<?> |
getStructureRegistry() |
mods.thecomputerizer.theimpossiblelibrary.api.registry.block.BlockBuilderAPI |
makeBlockBuilder(@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.block.BlockBuilderAPI parent) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.blockentity.BlockEntityBuilderAPI |
makeBlockEntityBuilder(@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.blockentity.BlockEntityBuilderAPI parent) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.tab.CreativeTabBuilderAPI<?> |
makeCreativeTabBuilder() |
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.DiscBuilderAPI |
makeDiscBuilder(@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI parent) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.entity.EntityBuilderAPI |
makeEntityBuilder(@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.entity.EntityBuilderAPI parent) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBlockBuilderAPI |
makeItemBlockBuilder(@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI parent) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI |
makeItemBuilder(@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI parent) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.sound.SoundBuilderAPI |
makeSoundBuilder(@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.sound.SoundBuilderAPI parent) |
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ToolBuilderAPI |
makeToolBuilder(@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI parent,
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI.ToolType tool) |
@Nullable
public <V> V getEntryIfPresent(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> registry,
mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> entry)
getEntryIfPresent in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.world.biome.Biome> getBiomeRegistry()
getBiomeRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.block.Block> getBlockRegistry()
getBlockRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<?> getBlockEntityRegistry()
getBlockEntityRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.potion.Potion> getEffectRegistry()
getEffectRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraftforge.fml.common.registry.EntityEntry> getEntityRegistry()
getEntityRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.item.Item> getItemRegistry()
getItemRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.potion.PotionType> getPotionRegistry()
getPotionRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<?> getRegistry(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> registryKey)
getRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<?> getRegistry(java.lang.Class<?> type)
getRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<net.minecraft.util.SoundEvent> getSoundRegistry()
getSoundRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<?> getStructureRegistry()
getStructureRegistry in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.block.BlockBuilderAPI makeBlockBuilder(@Nullable
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.block.BlockBuilderAPI parent)
makeBlockBuilder in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.blockentity.BlockEntityBuilderAPI makeBlockEntityBuilder(@Nullable
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.blockentity.BlockEntityBuilderAPI parent)
makeBlockEntityBuilder in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.tab.CreativeTabBuilderAPI<?> makeCreativeTabBuilder()
makeCreativeTabBuilder in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.item.DiscBuilderAPI makeDiscBuilder(@Nullable
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI parent)
makeDiscBuilder in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.entity.EntityBuilderAPI makeEntityBuilder(@Nullable
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.entity.EntityBuilderAPI parent)
makeEntityBuilder in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBlockBuilderAPI makeItemBlockBuilder(@Nullable
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI parent)
makeItemBlockBuilder in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI makeItemBuilder(@Nullable
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI parent)
makeItemBuilder in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.sound.SoundBuilderAPI makeSoundBuilder(@Nullable
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.sound.SoundBuilderAPI parent)
makeSoundBuilder in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ToolBuilderAPI makeToolBuilder(@Nullable
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI parent,
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemBuilderAPI.ToolType tool)
makeToolBuilder in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI