public class RayTraceWorld
extends java.lang.Object
implements net.minecraft.world.IBlockReader
| Constructor and Description |
|---|
RayTraceWorld(net.minecraft.world.IWorld template,
java.util.function.BiFunction<net.minecraft.util.math.BlockPos,net.minecraft.block.BlockState,net.minecraft.block.BlockState> stateGetter) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.tileentity.TileEntity |
getBlockEntity(net.minecraft.util.math.BlockPos pos) |
net.minecraft.block.BlockState |
getBlockState(net.minecraft.util.math.BlockPos pos) |
net.minecraft.fluid.FluidState |
getFluidState(net.minecraft.util.math.BlockPos pos) |
public RayTraceWorld(net.minecraft.world.IWorld template,
java.util.function.BiFunction<net.minecraft.util.math.BlockPos,net.minecraft.block.BlockState,net.minecraft.block.BlockState> stateGetter)
public net.minecraft.tileentity.TileEntity getBlockEntity(net.minecraft.util.math.BlockPos pos)
getBlockEntity in interface net.minecraft.world.IBlockReaderpublic net.minecraft.block.BlockState getBlockState(net.minecraft.util.math.BlockPos pos)
getBlockState in interface net.minecraft.world.IBlockReaderpublic net.minecraft.fluid.FluidState getFluidState(net.minecraft.util.math.BlockPos pos)
getFluidState in interface net.minecraft.world.IBlockReader