Uses of Class
net.minecraft.block.WoodType
-
Packages that use WoodType Package Description net.minecraft.block net.minecraft.client.renderer net.minecraftforge.debug.block -
-
Uses of WoodType in net.minecraft.block
Fields in net.minecraft.block declared as WoodType Modifier and Type Field Description static WoodTypeWoodType. ACACIAstatic WoodTypeWoodType. BIRCHstatic WoodTypeWoodType. CRIMSONstatic WoodTypeWoodType. DARK_OAKstatic WoodTypeWoodType. JUNGLEstatic WoodTypeWoodType. OAKstatic WoodTypeWoodType. SPRUCEprivate WoodTypeAbstractSignBlock. typestatic WoodTypeWoodType. WARPEDFields in net.minecraft.block with type parameters of type WoodType Modifier and Type Field Description private static java.util.Set<WoodType>WoodType. VALUESMethods in net.minecraft.block that return WoodType Modifier and Type Method Description static WoodTypeWoodType. create(java.lang.String name)Use this to create a newWoodType.static WoodTypeWoodType. register(WoodType p_227047_0_)WoodTypeAbstractSignBlock. type()Methods in net.minecraft.block that return types with arguments of type WoodType Modifier and Type Method Description static java.util.stream.Stream<WoodType>WoodType. values()Methods in net.minecraft.block with parameters of type WoodType Modifier and Type Method Description static WoodTypeWoodType. register(WoodType p_227047_0_)Constructors in net.minecraft.block with parameters of type WoodType Constructor Description AbstractSignBlock(AbstractBlock.Properties p_i225763_1_, WoodType p_i225763_2_)StandingSignBlock(AbstractBlock.Properties p_i225764_1_, WoodType p_i225764_2_)WallSignBlock(AbstractBlock.Properties p_i225766_1_, WoodType p_i225766_2_) -
Uses of WoodType in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type WoodType Modifier and Type Field Description static java.util.Map<WoodType,RenderMaterial>Atlases. SIGN_MATERIALSMethods in net.minecraft.client.renderer with parameters of type WoodType Modifier and Type Method Description static voidAtlases. addWoodType(WoodType woodType)Not threadsafe.static RenderMaterialAtlases. signTexture(WoodType p_228773_0_) -
Uses of WoodType in net.minecraftforge.debug.block
Fields in net.minecraftforge.debug.block declared as WoodType Modifier and Type Field Description static WoodTypeCustomSignsTest. TEST_WOOD_TYPEConstructors in net.minecraftforge.debug.block with parameters of type WoodType Constructor Description CustomStandingSignBlock(AbstractBlock.Properties propertiesIn, WoodType woodTypeIn)CustomWallSignBlock(AbstractBlock.Properties propertiesIn, WoodType woodTypeIn)
-