Package net.kamkeyke.example.registry
Class ModBlocks
java.lang.Object
net.kamkeyke.example.registry.ModBlocks
This class was not registered in ModEventBus and therefore will not appear in-game.
It serves only as an example.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.Block>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(net.minecraftforge.eventbus.api.IEventBus eventBus)
-
Field Details
-
BLOCKS
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.Block> BLOCKS -
EXAMPLE_BLOCK
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block> EXAMPLE_BLOCK
-
-
Constructor Details
-
ModBlocks
public ModBlocks()
-
-
Method Details
-
register
public static void register(net.minecraftforge.eventbus.api.IEventBus eventBus)
-