Package net.minecraftforge.debug.block
Class CustomHeadTest
java.lang.Object
net.minecraftforge.debug.block.CustomHeadTest
Adds a blaze head block and item to test the event for registering a custom skull model and to demonstrate the proper way to register a custom mob skull.
 To test it, locate "blaze_head", and test the item model, the model in the players head slot, the model in an armor stand, the wall block model, and the floor block model.
 Should appear identical in shape to vanilla heads such as zombies or skeletons, but use the blaze skin.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static enum
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final RegistryObject<Block>private static final RegistryObject<Item>private static final RegistryObject<Block>private static final DeferredRegister<BlockEntityType<?>>private static final DeferredRegister<Block>private static final RegistryObject<BlockEntityType<CustomHeadTest.CustomSkullBlockEntity>>private static final DeferredRegister<Item>(package private) static final String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate void
- 
Field Details- 
MODID- See Also:
 
- 
BLOCKS
- 
ITEMS
- 
BLOCK_ENTITIES
- 
BLAZE_HEAD
- 
BLAZE_HEAD_WALL
- 
BLAZE_HEAD_ITEM
- 
CUSTOM_SKULLprivate static final RegistryObject<BlockEntityType<CustomHeadTest.CustomSkullBlockEntity>> CUSTOM_SKULL
 
- 
- 
Constructor Details- 
CustomHeadTestpublic CustomHeadTest()
 
- 
- 
Method Details- 
addCreative
 
-