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 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 ModelHangingSignBlockEntityRenderer.createModel(LoadedEntityModels models, WoodType woodType, HangingSignBlockEntityRenderer.AttachmentType attachmentType) static ModelSignBlockEntityRenderer.createSignModel(LoadedEntityModels models, WoodType type, boolean standing) protected abstract ModelAbstractSignBlockEntityRenderer.getModel(BlockState state, WoodType woodType) protected ModelHangingSignBlockEntityRenderer.getModel(BlockState state, WoodType woodType) protected ModelSignBlockEntityRenderer.getModel(BlockState state, WoodType woodType) protected abstract SpriteIdentifierAbstractSignBlockEntityRenderer.getTextureId(WoodType woodType) protected SpriteIdentifierHangingSignBlockEntityRenderer.getTextureId(WoodType woodType) protected SpriteIdentifierSignBlockEntityRenderer.getTextureId(WoodType woodType) private voidAbstractSignBlockEntityRenderer.render(SignBlockEntity blockEntity, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, BlockState state, AbstractSignBlock block, WoodType woodType, Model model) protected voidAbstractSignBlockEntityRenderer.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 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) -
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 WoodTypeHangingSignModelRenderer.Unbaked.woodTypeThe field for thewoodTyperecord component.private final WoodTypeSignModelRenderer.Unbaked.woodTypeThe field for thewoodTyperecord component.Methods in net.minecraft.client.render.item.model.special that return WoodTypeModifier and TypeMethodDescriptionHangingSignModelRenderer.Unbaked.woodType()Returns the value of thewoodTyperecord component.SignModelRenderer.Unbaked.woodType()Returns the value of thewoodTyperecord component.Constructors in net.minecraft.client.render.item.model.special with parameters of type WoodType