Class CustomSignsTest
java.lang.Object
net.neoforged.neoforge.oldtest.block.CustomSignsTest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final DeferredRegister
<BlockEntityType<?>> private static final DeferredRegister.Blocks
static final DeferredHolder
<BlockEntityType<?>, BlockEntityType<CustomSignsTest.CustomHangingSignBlockEntity>> static final DeferredHolder
<BlockEntityType<?>, BlockEntityType<CustomSignsTest.CustomSignBlockEntity>> static final boolean
private static final DeferredRegister.Items
static final String
static 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
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
clientSetup
(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent event) private void
commonSetup
(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)
-