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,
DyeColor 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 |
harvestLevel(int harvestLevel) |
Block.Properties |
harvestTool(ToolType harvestTool) |
Block.Properties |
lightValue(int lightValueIn) |
Block.Properties |
lootFrom(Block blockIn) |
Block.Properties |
noDrops() |
Block.Properties |
slipperiness(float slipperinessIn) |
Block.Properties |
sound(SoundType soundTypeIn) |
Block.Properties |
tickRandomly() |
Block.Properties |
variableOpacity() |
protected Block.Properties |
zeroHardnessAndResistance() |
public static Block.Properties create(Material materialIn)
public static Block.Properties create(Material materialIn, DyeColor 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 tickRandomly()
public Block.Properties variableOpacity()
public Block.Properties harvestLevel(int harvestLevel)
public Block.Properties harvestTool(ToolType harvestTool)
public Block.Properties noDrops()
public Block.Properties lootFrom(Block blockIn)