Uses of Record Class
net.minecraft.block.WoodType
Packages that use WoodType
Package
Description
The base package for all Minecraft classes.
-
Uses of WoodType in net.minecraft
Fields in net.minecraft declared as WoodTypeModifier and TypeFieldDescriptionprivate final WoodTypeclass_10533.class_10534.woodTypeThe field for thewoodTyperecord component.private final WoodTypeclass_10535.class_10536.woodTypeThe field for thewoodTyperecord component.Methods in net.minecraft that return WoodTypeModifier and TypeMethodDescriptionclass_10533.class_10534.woodType()Returns the value of thewoodTyperecord component.class_10535.class_10536.woodType()Returns the value of thewoodTyperecord component.Methods in net.minecraft with parameters of type WoodTypeModifier and TypeMethodDescriptionprotected abstract SpriteIdentifierclass_10529.getTextureId(WoodType woodType) private voidclass_10529.method_65821(SignBlockEntity signBlockEntity, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, BlockState blockState, AbstractSignBlock abstractSignBlock, WoodType woodType, Model model) protected abstract Modelclass_10529.method_65823(BlockState blockState, WoodType woodType) protected voidclass_10529.method_65825(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, WoodType woodType, Model model) Constructors in net.minecraft with parameters of type WoodTypeModifierConstructorDescriptionclass_10534(WoodType woodType) class_10534(WoodType woodType, Optional<Identifier> optional) class_10536(WoodType woodType) class_10536(WoodType woodType, Optional<Identifier> optional) -
Uses of WoodType in net.minecraft.block
Fields in net.minecraft.block declared as WoodTypeModifier and TypeFieldDescriptionstatic final WoodTypeWoodType.ACACIAstatic final WoodTypeWoodType.BAMBOOstatic final WoodTypeWoodType.BIRCHstatic final WoodTypeWoodType.CHERRYstatic final WoodTypeWoodType.CRIMSONstatic final WoodTypeWoodType.DARK_OAKstatic final WoodTypeWoodType.JUNGLEstatic final WoodTypeWoodType.MANGROVEstatic final WoodTypeWoodType.OAKstatic final WoodTypeWoodType.PALE_OAKstatic final WoodTypeWoodType.SPRUCEprivate final WoodTypeAbstractSignBlock.typeprivate final WoodTypeFenceGateBlock.typestatic final WoodTypeWoodType.WARPEDFields in net.minecraft.block with type parameters of type WoodTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WoodType> WoodType.CODECWoodType.VALUESMethods in net.minecraft.block that return WoodTypeModifier and TypeMethodDescriptionAbstractSignBlock.getWoodType()static WoodTypeAbstractSignBlock.getWoodType(Block block) private static WoodTypeMethods 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 WoodTypeModifierConstructorDescriptionprotectedAbstractSignBlock(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_TEXTURESstatic final Map<WoodType, SpriteIdentifier> TexturedRenderLayers.SIGN_TYPE_TEXTURESMethods in net.minecraft.client.render with parameters of type WoodTypeModifier and TypeMethodDescriptionprivate static SpriteIdentifierTexturedRenderLayers.createHangingSignTextureId(WoodType type) private static SpriteIdentifierTexturedRenderLayers.createSignTextureId(WoodType type) static SpriteIdentifierTexturedRenderLayers.getHangingSignTextureId(WoodType signType) static SpriteIdentifierTexturedRenderLayers.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 WoodTypeHangingSignBlockEntityRenderer.Variant.woodTypeThe field for thewoodTyperecord component.Fields in net.minecraft.client.render.block.entity with type parameters of type WoodTypeModifier and TypeFieldDescriptionprivate final Map<WoodType, SignBlockEntityRenderer.SignModelPair> SignBlockEntityRenderer.typeToModelPairMethods in net.minecraft.client.render.block.entity that return WoodTypeModifier and TypeMethodDescriptionHangingSignBlockEntityRenderer.Variant.woodType()Returns the value of thewoodTyperecord component.Methods in net.minecraft.client.render.block.entity with parameters of type WoodTypeModifier and TypeMethodDescriptionstatic ModelSignBlockEntityRenderer.createSignModel(LoadedEntityModels models, WoodType type, boolean standing) protected SpriteIdentifierHangingSignBlockEntityRenderer.getTextureId(WoodType woodType) protected SpriteIdentifierSignBlockEntityRenderer.getTextureId(WoodType woodType) protected ModelHangingSignBlockEntityRenderer.method_65823(BlockState blockState, WoodType woodType) protected ModelSignBlockEntityRenderer.method_65823(BlockState blockState, WoodType woodType) static ModelHangingSignBlockEntityRenderer.method_65830(LoadedEntityModels loadedEntityModels, WoodType woodType, HangingSignBlockEntityRenderer.AttachmentType attachmentType) Constructors in net.minecraft.client.render.block.entity with parameters of type WoodTypeModifierConstructorDescriptionVariant(WoodType woodType, HangingSignBlockEntityRenderer.AttachmentType attachmentType) Creates an instance of aVariantrecord 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 EntityModelLayerEntityModelLayers.createHangingSign(WoodType type, HangingSignBlockEntityRenderer.AttachmentType attachmentType) static EntityModelLayerEntityModelLayers.createStandingSign(WoodType type) static EntityModelLayerEntityModelLayers.createWallSign(WoodType type)