Uses of Record Class
net.minecraft.block.WoodType
Packages that use WoodType
Package
Description
-
Uses of WoodType in net.minecraft.block
Fields in net.minecraft.block declared as WoodTypeModifier and TypeFieldDescriptionstatic final WoodType
WoodType.ACACIA
static final WoodType
WoodType.BAMBOO
static final WoodType
WoodType.BIRCH
static final WoodType
WoodType.CHERRY
static final WoodType
WoodType.CRIMSON
static final WoodType
WoodType.DARK_OAK
static final WoodType
WoodType.JUNGLE
static final WoodType
WoodType.MANGROVE
static final WoodType
WoodType.OAK
static final WoodType
WoodType.PALE_OAK
static final WoodType
WoodType.SPRUCE
private final WoodType
AbstractSignBlock.type
private final WoodType
FenceGateBlock.type
static final WoodType
WoodType.WARPED
Fields in net.minecraft.block with type parameters of type WoodTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<WoodType> WoodType.CODEC
WoodType.VALUES
Methods in net.minecraft.block that return WoodTypeModifier and TypeMethodDescriptionAbstractSignBlock.getWoodType()
static WoodType
AbstractSignBlock.getWoodType
(Block block) private static WoodType
Methods in net.minecraft.block that return types with arguments of type WoodTypeMethods in net.minecraft.block with parameters of type WoodTypeConstructors in net.minecraft.block with parameters of type WoodTypeModifierConstructorDescriptionprotected
AbstractSignBlock
(WoodType type, AbstractBlock.Settings settings) FenceGateBlock
(WoodType type, AbstractBlock.Settings settings) HangingSignBlock
(WoodType type, AbstractBlock.Settings settings) SignBlock
(WoodType type, AbstractBlock.Settings settings) WallHangingSignBlock
(WoodType type, AbstractBlock.Settings settings) WallSignBlock
(WoodType type, AbstractBlock.Settings settings) -
Uses of WoodType in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as WoodType -
Uses of WoodType in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type WoodTypeModifier and TypeFieldDescriptionstatic final Map
<WoodType, SpriteIdentifier> TexturedRenderLayers.HANGING_SIGN_TYPE_TEXTURES
static final Map
<WoodType, SpriteIdentifier> TexturedRenderLayers.SIGN_TYPE_TEXTURES
Methods in net.minecraft.client.render with parameters of type WoodTypeModifier and TypeMethodDescriptionprivate static SpriteIdentifier
TexturedRenderLayers.createHangingSignTextureId
(WoodType type) private static SpriteIdentifier
TexturedRenderLayers.createSignTextureId
(WoodType type) static SpriteIdentifier
TexturedRenderLayers.getHangingSignTextureId
(WoodType signType) static SpriteIdentifier
TexturedRenderLayers.getSignTextureId
(WoodType signType) -
Uses of WoodType in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as WoodTypeModifier and TypeFieldDescriptionprivate final WoodType
HangingSignBlockEntityRenderer.Variant.woodType
The field for thewoodType
record component.Fields in net.minecraft.client.render.block.entity with type parameters of type WoodTypeModifier and TypeFieldDescriptionprivate final Map
<WoodType, SignBlockEntityRenderer.SignModelPair> SignBlockEntityRenderer.typeToModelPair
Methods in net.minecraft.client.render.block.entity that return WoodTypeModifier and TypeMethodDescriptionHangingSignBlockEntityRenderer.Variant.woodType()
Returns the value of thewoodType
record component.Methods in net.minecraft.client.render.block.entity with parameters of type WoodTypeModifier and TypeMethodDescriptionstatic Model
HangingSignBlockEntityRenderer.createModel
(LoadedEntityModels models, WoodType woodType, HangingSignBlockEntityRenderer.AttachmentType attachmentType) static Model
SignBlockEntityRenderer.createSignModel
(LoadedEntityModels models, WoodType type, boolean standing) protected abstract Model
AbstractSignBlockEntityRenderer.getModel
(BlockState state, WoodType woodType) protected Model
HangingSignBlockEntityRenderer.getModel
(BlockState state, WoodType woodType) protected Model
SignBlockEntityRenderer.getModel
(BlockState state, WoodType woodType) protected abstract SpriteIdentifier
AbstractSignBlockEntityRenderer.getTextureId
(WoodType woodType) protected SpriteIdentifier
HangingSignBlockEntityRenderer.getTextureId
(WoodType woodType) protected SpriteIdentifier
SignBlockEntityRenderer.getTextureId
(WoodType woodType) private void
AbstractSignBlockEntityRenderer.render
(SignBlockEntity blockEntity, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, BlockState state, AbstractSignBlock block, WoodType woodType, Model model) protected void
AbstractSignBlockEntityRenderer.renderSign
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, WoodType woodType, Model model) Constructors in net.minecraft.client.render.block.entity with parameters of type WoodTypeModifierConstructorDescriptionVariant
(WoodType woodType, HangingSignBlockEntityRenderer.AttachmentType attachmentType) Creates an instance of aVariant
record class. -
Uses of WoodType in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type WoodTypeModifier and TypeMethodDescriptionstatic EntityModelLayer
EntityModelLayers.createHangingSign
(WoodType type, HangingSignBlockEntityRenderer.AttachmentType attachmentType) static EntityModelLayer
EntityModelLayers.createStandingSign
(WoodType type) static EntityModelLayer
EntityModelLayers.createWallSign
(WoodType type) -
Uses of WoodType in net.minecraft.client.render.item.model.special
Fields in net.minecraft.client.render.item.model.special declared as WoodTypeModifier and TypeFieldDescriptionprivate final WoodType
HangingSignModelRenderer.Unbaked.woodType
The field for thewoodType
record component.private final WoodType
SignModelRenderer.Unbaked.woodType
The field for thewoodType
record component.Methods in net.minecraft.client.render.item.model.special that return WoodTypeModifier and TypeMethodDescriptionHangingSignModelRenderer.Unbaked.woodType()
Returns the value of thewoodType
record component.SignModelRenderer.Unbaked.woodType()
Returns the value of thewoodType
record component.Constructors in net.minecraft.client.render.item.model.special with parameters of type WoodType