Class CustomSignsTest
java.lang.Object
net.neoforged.neoforge.oldtest.block.CustomSignsTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final DeferredRegister<BlockEntityType<?>> private static final DeferredRegister.Blocksstatic final DeferredHolder<BlockEntityType<?>, BlockEntityType<CustomSignsTest.CustomHangingSignBlockEntity>> static final DeferredHolder<BlockEntityType<?>, BlockEntityType<CustomSignsTest.CustomSignBlockEntity>> static final booleanprivate static final DeferredRegister.Itemsstatic final Stringstatic final DeferredBlock<CustomSignsTest.CustomCeilingHangingSignBlock> static final DeferredItem<HangingSignItem> static final DeferredItem<SignItem> static final DeferredBlock<CustomSignsTest.CustomStandingSignBlock> static final DeferredBlock<CustomSignsTest.CustomWallHangingSignBlock> static final DeferredBlock<CustomSignsTest.CustomWallSignBlock> static final WoodType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidclientSetup(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent event) private voidcommonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event)
-
Field Details
-
ENABLE
public static final boolean ENABLE- See Also:
-
MODID
- See Also:
-
TEST_WOOD_TYPE
-
BLOCKS
-
TEST_STANDING_SIGN
-
TEST_WALL_SIGN
-
TEST_CEILING_HANGING_SIGN
public static final DeferredBlock<CustomSignsTest.CustomCeilingHangingSignBlock> TEST_CEILING_HANGING_SIGN -
TEST_WALL_HANGING_SIGN
public static final DeferredBlock<CustomSignsTest.CustomWallHangingSignBlock> TEST_WALL_HANGING_SIGN -
ITEMS
-
TEST_SIGN
-
TEST_HANGING_SIGN
-
BLOCK_ENTITIES
-
CUSTOM_SIGN
public static final DeferredHolder<BlockEntityType<?>,BlockEntityType<CustomSignsTest.CustomSignBlockEntity>> CUSTOM_SIGN -
CUSTOM_HANGING_SIGN
public static final DeferredHolder<BlockEntityType<?>,BlockEntityType<CustomSignsTest.CustomHangingSignBlockEntity>> CUSTOM_HANGING_SIGN
-
-
Constructor Details
-
CustomSignsTest
public CustomSignsTest(net.neoforged.bus.api.IEventBus eventBus)
-
-
Method Details
-
addCreative
-
clientSetup
private void clientSetup(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent event) -
commonSetup
private void commonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event)
-