net.minecraft.world

public class BlockSource

implements IBlockSource

cl
net.minecraft.class_1337
net.minecraft.world.BlockSource
net.minecraft.block.BlockSourceImpl

Field summary

Modifier and TypeField
private final World
a
field_5138
world
worldObj
private final int
b
field_5139
x
xPos
private final int
c
field_5140
y
yPos
private final int
d
field_5141
z
zPos

Constructor summary

ModifierConstructor
public (World world, int x, int y, int z)

Method summary

Modifier and TypeMethod
public World
k()
method_4378()
getWorld()
getWorld()
public double
a()
method_4379()
getX()
getX()
public double
b()
method_4380()
getY()
getY()
public double
c()
method_4381()
getZ()
getZ()
public int
d()
method_4268()
getBlockX()
getXInt()
public int
e()
method_4269()
getBlockY()
getYInt()
public int
f()
method_4270()
getBlockZ()
getZInt()
public int
h()
method_4271()
getBlockMetadata()
getBlockMetadata()
public BlockEntity
j()
method_4272()
getBlockEntity()
getBlockTileEntity()