Uses of Class
net.minecraft.world.level.block.TrapDoorBlock
Packages that use TrapDoorBlock
-
Uses of TrapDoorBlock in net.minecraft.world.level.block
Subclasses of TrapDoorBlock in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type TrapDoorBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<TrapDoorBlock>
TrapDoorBlock.CODEC
Methods in net.minecraft.world.level.block that return types with arguments of type TrapDoorBlockModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends TrapDoorBlock>
TrapDoorBlock.codec()
-
Uses of TrapDoorBlock in net.minecraftforge.client.model.generators
Methods in net.minecraftforge.client.model.generators with parameters of type TrapDoorBlockModifier and TypeMethodDescriptionvoid
BlockStateProvider.trapdoorBlock
(TrapDoorBlock block, String name, ResourceLocation texture, boolean orientable) void
BlockStateProvider.trapdoorBlock
(TrapDoorBlock block, ResourceLocation texture, boolean orientable) void
BlockStateProvider.trapdoorBlock
(TrapDoorBlock block, ModelFile bottom, ModelFile top, ModelFile open, boolean orientable) private void
BlockStateProvider.trapdoorBlockInternal
(TrapDoorBlock block, String baseName, ResourceLocation texture, boolean orientable) private void
BlockStateProvider.trapdoorBlockInternalWithRenderType
(TrapDoorBlock block, String baseName, ResourceLocation texture, boolean orientable, ResourceLocation renderType) void
BlockStateProvider.trapdoorBlockWithRenderType
(TrapDoorBlock block, String name, ResourceLocation texture, boolean orientable, String renderType) void
BlockStateProvider.trapdoorBlockWithRenderType
(TrapDoorBlock block, String name, ResourceLocation texture, boolean orientable, ResourceLocation renderType) void
BlockStateProvider.trapdoorBlockWithRenderType
(TrapDoorBlock block, ResourceLocation texture, boolean orientable, String renderType) void
BlockStateProvider.trapdoorBlockWithRenderType
(TrapDoorBlock block, ResourceLocation texture, boolean orientable, ResourceLocation renderType)