public static class Block.Properties
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Block.Properties |
create(Material materialIn) |
static Block.Properties |
create(Material materialIn,
EnumDyeColor color) |
static Block.Properties |
create(Material materialIn,
MaterialColor mapColorIn) |
Block.Properties |
doesNotBlockMovement() |
static Block.Properties |
from(Block blockIn) |
Block.Properties |
hardnessAndResistance(float hardnessAndResistance) |
Block.Properties |
hardnessAndResistance(float hardnessIn,
float resistanceIn) |
Block.Properties |
lightValue(int lightValueIn) |
Block.Properties |
needsRandomTick() |
Block.Properties |
slipperiness(float slipperinessIn) |
Block.Properties |
sound(SoundType soundTypeIn) |
Block.Properties |
variableOpacity() |
protected Block.Properties |
zeroHardnessAndResistance() |
public static Block.Properties create(Material materialIn)
public static Block.Properties create(Material materialIn, EnumDyeColor color)
public static Block.Properties create(Material materialIn, MaterialColor mapColorIn)
public static Block.Properties from(Block blockIn)
public Block.Properties doesNotBlockMovement()
public Block.Properties slipperiness(float slipperinessIn)
public Block.Properties sound(SoundType soundTypeIn)
public Block.Properties lightValue(int lightValueIn)
public Block.Properties hardnessAndResistance(float hardnessIn, float resistanceIn)
protected Block.Properties zeroHardnessAndResistance()
public Block.Properties hardnessAndResistance(float hardnessAndResistance)
public Block.Properties needsRandomTick()
public Block.Properties variableOpacity()