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 WoodType
WoodType. ACACIA
static WoodType
WoodType. BIRCH
static WoodType
WoodType. CRIMSON
static WoodType
WoodType. DARK_OAK
static WoodType
WoodType. JUNGLE
static WoodType
WoodType. OAK
static WoodType
WoodType. SPRUCE
private WoodType
AbstractSignBlock. type
static WoodType
WoodType. WARPED
Fields in net.minecraft.block with type parameters of type WoodType Modifier and Type Field Description private static java.util.Set<WoodType>
WoodType. VALUES
Methods in net.minecraft.block that return WoodType Modifier and Type Method Description static WoodType
WoodType. create(java.lang.String name)
Use this to create a newWoodType
.static WoodType
WoodType. register(WoodType p_227047_0_)
WoodType
AbstractSignBlock. 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 WoodType
WoodType. 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_MATERIALS
Methods in net.minecraft.client.renderer with parameters of type WoodType Modifier and Type Method Description static void
Atlases. addWoodType(WoodType woodType)
Not threadsafe.static RenderMaterial
Atlases. 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 WoodType
CustomSignsTest. TEST_WOOD_TYPE
Constructors in net.minecraftforge.debug.block with parameters of type WoodType Constructor Description CustomStandingSignBlock(AbstractBlock.Properties propertiesIn, WoodType woodTypeIn)
CustomWallSignBlock(AbstractBlock.Properties propertiesIn, WoodType woodTypeIn)
-