Class CustomSignsTest
java.lang.Object
net.neoforged.neoforge.oldtest.block.CustomSignsTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final DeferredRegister
<net.minecraft.world.level.block.entity.BlockEntityType<?>> private static final DeferredRegister.Blocks
static final DeferredHolder
<net.minecraft.world.level.block.entity.BlockEntityType<?>, net.minecraft.world.level.block.entity.BlockEntityType<CustomSignsTest.CustomHangingSignBlockEntity>> static final DeferredHolder
<net.minecraft.world.level.block.entity.BlockEntityType<?>, net.minecraft.world.level.block.entity.BlockEntityType<CustomSignsTest.CustomSignBlockEntity>> static final boolean
private static final DeferredRegister.Items
static final String
static final DeferredBlock
<CustomSignsTest.CustomCeilingHangingSignBlock> static final DeferredItem
<net.minecraft.world.item.HangingSignItem> static final DeferredItem
<net.minecraft.world.item.SignItem> static final DeferredBlock
<CustomSignsTest.CustomStandingSignBlock> static final DeferredBlock
<CustomSignsTest.CustomWallHangingSignBlock> static final DeferredBlock
<CustomSignsTest.CustomWallSignBlock> static final net.minecraft.world.level.block.state.properties.WoodType
-
Constructor Summary
Constructors -
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
public static final net.minecraft.world.level.block.state.properties.WoodType 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
private static final DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITIES -
CUSTOM_SIGN
public static final DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>,net.minecraft.world.level.block.entity.BlockEntityType<CustomSignsTest.CustomSignBlockEntity>> CUSTOM_SIGN -
CUSTOM_HANGING_SIGN
public static final DeferredHolder<net.minecraft.world.level.block.entity.BlockEntityType<?>,net.minecraft.world.level.block.entity.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)
-