Uses of Class
net.minecraft.world.level.block.DoorBlock
Packages that use DoorBlock
-
Uses of DoorBlock in net.minecraft.world.level.block
Subclasses of DoorBlock in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type DoorBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<DoorBlock> DoorBlock.CODECMethods in net.minecraft.world.level.block that return types with arguments of type DoorBlock -
Uses of DoorBlock in net.neoforged.neoforge.client.model.generators
Methods in net.neoforged.neoforge.client.model.generators with parameters of type DoorBlockModifier and TypeMethodDescriptionvoidBlockStateProvider.doorBlock(DoorBlock block, String name, ResourceLocation bottom, ResourceLocation top) voidBlockStateProvider.doorBlock(DoorBlock block, ResourceLocation bottom, ResourceLocation top) voidBlockStateProvider.doorBlock(DoorBlock block, ModelFile bottomLeft, ModelFile bottomLeftOpen, ModelFile bottomRight, ModelFile bottomRightOpen, ModelFile topLeft, ModelFile topLeftOpen, ModelFile topRight, ModelFile topRightOpen) private voidBlockStateProvider.doorBlockInternal(DoorBlock block, String baseName, ResourceLocation bottom, ResourceLocation top) private voidBlockStateProvider.doorBlockInternalWithRenderType(DoorBlock block, String baseName, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) voidBlockStateProvider.doorBlockWithRenderType(DoorBlock block, String name, ResourceLocation bottom, ResourceLocation top, String renderType) voidBlockStateProvider.doorBlockWithRenderType(DoorBlock block, String name, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) voidBlockStateProvider.doorBlockWithRenderType(DoorBlock block, ResourceLocation bottom, ResourceLocation top, String renderType) voidBlockStateProvider.doorBlockWithRenderType(DoorBlock block, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType)