Class ModData
java.lang.Object
de.cheaterpaul.enchantmentmachine.core.ModData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.Block> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>, net.minecraft.core.component.DataComponentType<EnchantmentStore>> static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.item.CreativeModeTab> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.CreativeModeTab, net.minecraft.world.item.CreativeModeTab> static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.core.component.DataComponentType<?>> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.Block, DisenchanterBlock> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.inventory.MenuType<?>, net.minecraft.world.inventory.MenuType<DisenchanterContainerMenu>> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>, net.minecraft.world.level.block.entity.BlockEntityType<DisenchanterBlockEntity>> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.Block, EnchanterBlock> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.inventory.MenuType<?>, net.minecraft.world.inventory.MenuType<EnchanterContainerMenu>> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>, net.minecraft.world.level.block.entity.BlockEntityType<EnchanterBlockEntity>> static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.item.Item> static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.inventory.MenuType<?>> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.Block, StorageBlock> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>, net.minecraft.world.level.block.entity.BlockEntityType<StorageBlockEntity>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLOCKS
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.Block> BLOCKS -
ITEMS
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.item.Item> ITEMS -
BLOCK_ENTITIES
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITIES -
MENU_TYPES
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.inventory.MenuType<?>> MENU_TYPES -
CREATIVE_MODE_TABS
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.item.CreativeModeTab> CREATIVE_MODE_TABS -
DATA_COMPONENTS
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.core.component.DataComponentType<?>> DATA_COMPONENTS -
creative_tab
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.CreativeModeTab,net.minecraft.world.item.CreativeModeTab> creative_tab -
enchanter_block
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.Block,EnchanterBlock> enchanter_block -
disenchanter_block
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.Block,DisenchanterBlock> disenchanter_block -
storage_block
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.Block,StorageBlock> storage_block -
enchanter_tile
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>,net.minecraft.world.level.block.entity.BlockEntityType<EnchanterBlockEntity>> enchanter_tile -
disenchanter_tile
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>,net.minecraft.world.level.block.entity.BlockEntityType<DisenchanterBlockEntity>> disenchanter_tile -
storage_tile
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>,net.minecraft.world.level.block.entity.BlockEntityType<StorageBlockEntity>> storage_tile -
enchanter_container
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.inventory.MenuType<?>,net.minecraft.world.inventory.MenuType<EnchanterContainerMenu>> enchanter_container -
disenchanter_container
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.inventory.MenuType<?>,net.minecraft.world.inventory.MenuType<DisenchanterContainerMenu>> disenchanter_container -
CONTAINED_ENCHANTMENTS
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<EnchantmentStore>> CONTAINED_ENCHANTMENTS
-
-
Constructor Details
-
ModData
public ModData()
-
-
Method Details
-
register
public static void register(net.neoforged.bus.api.IEventBus bus)
-