public class BlockCollection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.Entity |
cause |
int |
maxX |
int |
maxY |
int |
maxZ |
int |
minX |
int |
minY |
int |
minZ |
net.minecraft.world.World |
world |
Constructor and Description |
---|
BlockCollection(net.minecraft.entity.Entity cause,
net.minecraft.world.World world,
int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.world.biome.Biome |
getBiome(int x,
int z) |
net.minecraft.block.Block |
getBlock(int x,
int y,
int z) |
net.minecraft.block.state.IBlockState |
getBlockState(int x,
int y,
int z) |
int |
getLight(int x,
int y,
int z) |
public final net.minecraft.entity.Entity cause
public final net.minecraft.world.World world
public final int minX
public final int maxX
public final int minY
public final int maxY
public final int minZ
public final int maxZ
public BlockCollection(net.minecraft.entity.Entity cause, net.minecraft.world.World world, int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
public net.minecraft.block.Block getBlock(int x, int y, int z)
public int getLight(int x, int y, int z)
@Nullable public net.minecraft.block.state.IBlockState getBlockState(int x, int y, int z)
public net.minecraft.world.biome.Biome getBiome(int x, int z)