public interface IComparableDefinition
Modifier and Type | Method and Description |
---|---|
boolean |
isSameAs(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z)
Deprecated.
moved to
IBlockDefinition . Is removed in the next major release rv3 |
boolean |
isSameAs(net.minecraft.item.ItemStack comparableStack)
Compare
ItemStack with this |
boolean isSameAs(net.minecraft.item.ItemStack comparableStack)
ItemStack
with thiscomparableStack
- compared item@Deprecated boolean isSameAs(net.minecraft.world.IBlockAccess world, int x, int y, int z)
IBlockDefinition
. Is removed in the next major release rv3world
- world of blockx
- x pos of blocky
- y pos of blockz
- z pos of block