Uses of Class
net.neoforged.neoforge.registries.DeferredBlock
Package
Description
-
Uses of DeferredBlock in net.neoforged.neoforge.oldtest
Modifier and TypeFieldDescriptionprivate static final DeferredBlock
<Block> DeferredRegistryTest.BLOCK
private static final DeferredBlock
<Block> CustomSoundTypeTest.TEST_STEP_BLOCK
-
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.block
Modifier and TypeFieldDescriptionstatic final DeferredBlock
<Block> SlipperinessTest.BB_BLOCK
private static final DeferredBlock
<Block> CustomHeadTest.BLAZE_HEAD
private static final DeferredBlock
<Block> CustomHeadTest.BLAZE_HEAD_WALL
static final DeferredBlock
<Block> CustomPlantTypeTest.CUSTOM_PLANT
static final DeferredBlock
<Block> CustomPlantTypeTest.CUSTOM_SOIL
private static final DeferredBlock
<Block> FullPotsAccessorDemo.DIORITE_POT
static final DeferredBlock
<FlowerPotBlock> FlowerPotTest.EMPTY_FLOWER_POT
private static final DeferredBlock
<Block> HideNeighborFaceTest.GLASS_SLAB
static final DeferredBlock
<FlowerPotBlock> FlowerPotTest.OAK_FLOWER_POT
private static final DeferredBlock
<Block> ValidRailShapeTest.RAIL_SLOPE_BLOCK
(package private) static final DeferredBlock
<Block> ScaffoldingTest.SCAFFOLDING_METHOD_TEST
private static final DeferredBlock
<Block> CustomBreakSoundTest.TEST_BLOCK
static final DeferredBlock
<CustomSignsTest.CustomCeilingHangingSignBlock> CustomSignsTest.TEST_CEILING_HANGING_SIGN
private static final DeferredBlock
<Block> RedstoneSidedConnectivityTest.TEST_REDSTONE_BLOCK
static final DeferredBlock
<CustomSignsTest.CustomStandingSignBlock> CustomSignsTest.TEST_STANDING_SIGN
static final DeferredBlock
<CustomSignsTest.CustomWallHangingSignBlock> CustomSignsTest.TEST_WALL_HANGING_SIGN
static final DeferredBlock
<CustomSignsTest.CustomWallSignBlock> CustomSignsTest.TEST_WALL_SIGN
-
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.client
Modifier and TypeFieldDescriptionprivate static final DeferredBlock
<Block> CustomColorResolverTest.BLOCK
static final DeferredBlock
<Block> EmissiveElementsTest.TEST_BLOCK
-
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.client.model
Modifier and TypeFieldDescriptionstatic DeferredBlock
<Block> CompositeModelTest.composite_block
static final DeferredBlock
<Block> CustomItemDisplayContextTest.ITEM_HANGER_BLOCK
static DeferredBlock
<Block> NewModelLoaderTest.obj_block
static final DeferredBlock
<Block> MegaModelTest.TEST_BLOCK
private static final DeferredBlock
<Block> MultiLayerModelTest.TEST_BLOCK
private static final DeferredBlock
<Block> TRSRTransformerTest.TEST_BLOCK
-
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.fluid
Modifier and TypeFieldDescriptionstatic DeferredBlock
<Block> NewFluidTest.fluidloggable_block
static DeferredBlock
<LiquidBlock> NewFluidTest.test_fluid_block
private static final DeferredBlock
<LiquidBlock> FluidTypeTest.TEST_FLUID_BLOCK
-
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.misc
Modifier and TypeFieldDescriptionprivate static final DeferredBlock
<Block> GameTestTest.ENERGY_BLOCK
-
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.world
Modifier and TypeFieldDescriptionprivate static final DeferredBlock
<Block> ForgeChunkManagerTest.CHUNK_LOADER_BLOCK
-
Uses of DeferredBlock in net.neoforged.neoforge.registries
Modifier and TypeMethodDescriptionstatic <T extends Block>
DeferredBlock<T> DeferredBlock.createBlock
(ResourceKey<Block> key) Creates a newDeferredHolder
targeting the specifiedBlock
.static <T extends Block>
DeferredBlock<T> DeferredBlock.createBlock
(ResourceLocation key) Creates a newDeferredHolder
targeting theBlock
with the specified name.protected <I extends Block>
DeferredBlock<I> DeferredRegister.Blocks.createHolder
(ResourceKey<? extends Registry<Block>> registryKey, ResourceLocation key) <B extends Block>
DeferredBlock<B> DeferredRegister.Blocks.register
(String name, Function<ResourceLocation, ? extends B> func) Adds a new block to the list of entries to be registered and returns aDeferredHolder
that will be populated with the created block automatically.<B extends Block>
DeferredBlock<B> Adds a new block to the list of entries to be registered and returns aDeferredHolder
that will be populated with the created block automatically.<B extends Block>
DeferredBlock<B> DeferredRegister.Blocks.registerBlock
(String name, Function<BlockBehaviour.Properties, ? extends B> func, BlockBehaviour.Properties props) Adds a new block to the list of entries to be registered and returns aDeferredHolder
that will be populated with the created block automatically.DeferredRegister.Blocks.registerSimpleBlock
(String name, BlockBehaviour.Properties props) Adds a new simpleBlock
to the list of entries to be registered and returns aDeferredHolder
that will be populated with the created block automatically. -
Uses of DeferredBlock in net.neoforged.testframework.registration