Uses of Class
net.neoforged.neoforge.registries.DeferredBlock
Packages that use DeferredBlock
Package
Description
-
Uses of DeferredBlock in net.neoforged.neoforge.oldtest
Fields in net.neoforged.neoforge.oldtest declared as DeferredBlockModifier and TypeFieldDescriptionprivate static final DeferredBlock<Block> DeferredRegistryTest.BLOCKprivate static final DeferredBlock<Block> CustomSoundTypeTest.TEST_STEP_BLOCK -
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.block
Fields in net.neoforged.neoforge.oldtest.block declared as DeferredBlockModifier and TypeFieldDescriptionstatic final DeferredBlock<Block> SlipperinessTest.BB_BLOCKprivate static final DeferredBlock<Block> CustomHeadTest.BLAZE_HEADprivate static final DeferredBlock<Block> CustomHeadTest.BLAZE_HEAD_WALLstatic final DeferredBlock<Block> CustomPlantTypeTest.CUSTOM_PLANTstatic final DeferredBlock<Block> CustomPlantTypeTest.CUSTOM_SOILprivate static final DeferredBlock<Block> FullPotsAccessorDemo.DIORITE_POTstatic final DeferredBlock<FlowerPotBlock> FlowerPotTest.EMPTY_FLOWER_POTprivate static final DeferredBlock<Block> HideNeighborFaceTest.GLASS_SLABstatic final DeferredBlock<FlowerPotBlock> FlowerPotTest.OAK_FLOWER_POTprivate static final DeferredBlock<Block> ValidRailShapeTest.RAIL_SLOPE_BLOCK(package private) static final DeferredBlock<Block> ScaffoldingTest.SCAFFOLDING_METHOD_TESTprivate static final DeferredBlock<Block> CustomBreakSoundTest.TEST_BLOCKstatic final DeferredBlock<CustomSignsTest.CustomCeilingHangingSignBlock> CustomSignsTest.TEST_CEILING_HANGING_SIGNprivate static final DeferredBlock<Block> RedstoneSidedConnectivityTest.TEST_REDSTONE_BLOCKstatic final DeferredBlock<CustomSignsTest.CustomStandingSignBlock> CustomSignsTest.TEST_STANDING_SIGNstatic final DeferredBlock<CustomSignsTest.CustomWallHangingSignBlock> CustomSignsTest.TEST_WALL_HANGING_SIGNstatic final DeferredBlock<CustomSignsTest.CustomWallSignBlock> CustomSignsTest.TEST_WALL_SIGN -
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.client
Fields in net.neoforged.neoforge.oldtest.client declared as DeferredBlockModifier and TypeFieldDescriptionprivate static final DeferredBlock<Block> CustomColorResolverTest.BLOCKstatic final DeferredBlock<Block> EmissiveElementsTest.TEST_BLOCK -
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.client.model
Fields in net.neoforged.neoforge.oldtest.client.model declared as DeferredBlockModifier and TypeFieldDescriptionstatic DeferredBlock<Block> CompositeModelTest.composite_blockstatic final DeferredBlock<Block> CustomItemDisplayContextTest.ITEM_HANGER_BLOCKstatic DeferredBlock<Block> NewModelLoaderTest.obj_blockstatic final DeferredBlock<Block> MegaModelTest.TEST_BLOCKprivate static final DeferredBlock<Block> MultiLayerModelTest.TEST_BLOCKprivate static final DeferredBlock<Block> TRSRTransformerTest.TEST_BLOCK -
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.fluid
Fields in net.neoforged.neoforge.oldtest.fluid declared as DeferredBlockModifier and TypeFieldDescriptionstatic DeferredBlock<Block> NewFluidTest.fluidloggable_blockstatic DeferredBlock<LiquidBlock> NewFluidTest.test_fluid_blockprivate static final DeferredBlock<LiquidBlock> FluidTypeTest.TEST_FLUID_BLOCK -
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.misc
Fields in net.neoforged.neoforge.oldtest.misc declared as DeferredBlockModifier and TypeFieldDescriptionprivate static final DeferredBlock<Block> GameTestTest.ENERGY_BLOCK -
Uses of DeferredBlock in net.neoforged.neoforge.oldtest.world
Fields in net.neoforged.neoforge.oldtest.world declared as DeferredBlockModifier and TypeFieldDescriptionprivate static final DeferredBlock<Block> ForgeChunkManagerTest.CHUNK_LOADER_BLOCK -
Uses of DeferredBlock in net.neoforged.neoforge.registries
Methods in net.neoforged.neoforge.registries that return DeferredBlockModifier and TypeMethodDescriptionstatic <T extends Block>
DeferredBlock<T> DeferredBlock.createBlock(ResourceKey<Block> key) Creates a newDeferredHoldertargeting the specifiedBlock.static <T extends Block>
DeferredBlock<T> DeferredBlock.createBlock(ResourceLocation key) Creates a newDeferredHoldertargeting theBlockwith 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 aDeferredHolderthat 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 aDeferredHolderthat 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 aDeferredHolderthat will be populated with the created block automatically.DeferredRegister.Blocks.registerSimpleBlock(String name, BlockBehaviour.Properties props) Adds a new simpleBlockto the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically. -
Uses of DeferredBlock in net.neoforged.testframework.registration
Subclasses of DeferredBlock in net.neoforged.testframework.registration