public class MCWorldBlock
extends java.lang.Object
implements crafttweaker.api.block.IBlock
| Constructor and Description |
|---|
MCWorldBlock(net.minecraft.world.IBlockAccess blocks,
int x,
int y,
int z) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<crafttweaker.api.block.IBlock> |
getBlocks() |
crafttweaker.api.block.IBlockDefinition |
getDefinition() |
java.lang.String |
getDisplayName() |
crafttweaker.api.liquid.ILiquidDefinition |
getFluid() |
int |
getMeta() |
crafttweaker.api.data.IData |
getTileData() |
int |
hashCode() |
boolean |
matches(crafttweaker.api.block.IBlock block) |
crafttweaker.api.block.IBlockPattern |
or(crafttweaker.api.block.IBlockPattern pattern) |
public MCWorldBlock(net.minecraft.world.IBlockAccess blocks,
int x,
int y,
int z)
public crafttweaker.api.block.IBlockDefinition getDefinition()
getDefinition in interface crafttweaker.api.block.IBlockpublic int getMeta()
getMeta in interface crafttweaker.api.block.IBlockpublic crafttweaker.api.data.IData getTileData()
getTileData in interface crafttweaker.api.block.IBlockpublic crafttweaker.api.liquid.ILiquidDefinition getFluid()
getFluid in interface crafttweaker.api.block.IBlockpublic java.lang.String getDisplayName()
getDisplayName in interface crafttweaker.api.block.IBlockPatternpublic java.util.List<crafttweaker.api.block.IBlock> getBlocks()
getBlocks in interface crafttweaker.api.block.IBlockPatternpublic boolean matches(crafttweaker.api.block.IBlock block)
matches in interface crafttweaker.api.block.IBlockPatternpublic crafttweaker.api.block.IBlockPattern or(crafttweaker.api.block.IBlockPattern pattern)
or in interface crafttweaker.api.block.IBlockPatternpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object