net.minecraft.world

public class BlockSource

implements IBlockSource

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

Field summary

Modifier and TypeField
private final World
a
field_5138
world
world
private final BlockPos
b
field_11446
pos
pos

Constructor summary

ModifierConstructor
public (World world, BlockPos pos)

Method summary

Modifier and TypeMethod
public World
h()
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 BlockPos
d()
method_4269()
getPos()
getBlockPos()
public BlockState
e()
method_4271()
getBlockState()
getBlockState()
public <T extends BlockEntity> T
g()
method_4272()
getBlockEntity()
getBlockTileEntity()