Class DecorationMaterial.MaterialProperties

java.lang.Object
org.moddingx.libx.base.decoration.DecorationMaterial.MaterialProperties
Enclosing interface:
DecorationMaterial

public static class DecorationMaterial.MaterialProperties extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    MaterialProperties(net.minecraft.world.level.block.state.properties.BlockSetType blockSetType, net.minecraft.world.level.block.state.properties.WoodType woodType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.state.properties.BlockSetType
     
    net.minecraft.world.level.block.state.properties.WoodType
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MaterialProperties

      public MaterialProperties(@Nullable net.minecraft.world.level.block.state.properties.BlockSetType blockSetType, @Nullable net.minecraft.world.level.block.state.properties.WoodType woodType)
  • Method Details

    • blockSetType

      public net.minecraft.world.level.block.state.properties.BlockSetType blockSetType()
    • woodType

      public net.minecraft.world.level.block.state.properties.WoodType woodType()