Class DecorationMaterial.MaterialProperties
java.lang.Object
org.moddingx.libx.base.decoration.DecorationMaterial.MaterialProperties
- Enclosing interface:
- DecorationMaterial
- 
Constructor SummaryConstructorsConstructorDescriptionMaterialProperties(net.minecraft.world.level.block.state.properties.BlockSetType blockSetType, net.minecraft.world.level.block.state.properties.WoodType woodType) 
- 
Method SummaryModifier and TypeMethodDescriptionnet.minecraft.world.level.block.state.properties.BlockSetTypenet.minecraft.world.level.block.state.properties.WoodTypewoodType()
- 
Constructor Details- 
MaterialProperties
 
- 
- 
Method Details- 
blockSetTypepublic net.minecraft.world.level.block.state.properties.BlockSetType blockSetType()
- 
woodTypepublic net.minecraft.world.level.block.state.properties.WoodType woodType()
 
-