public class BlockCaptureLevel
extends java.lang.Object
implements net.minecraft.world.IBlockDisplayReader
| Modifier | Constructor and Description |
|---|---|
protected |
BlockCaptureLevel() |
| 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) |
int |
getBlockTint(net.minecraft.util.math.BlockPos pos,
net.minecraft.world.level.ColorResolver colorResolver) |
net.minecraft.fluid.FluidState |
getFluidState(net.minecraft.util.math.BlockPos pos) |
net.minecraft.world.lighting.WorldLightManager |
getLightEngine() |
float |
getShade(net.minecraft.util.Direction direction,
boolean bl) |
void |
setCapture(BlockCapture capture) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void setCapture(BlockCapture capture)
@Nullable 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.IBlockReaderpublic float getShade(net.minecraft.util.Direction direction,
boolean bl)
getShade in interface net.minecraft.world.IBlockDisplayReaderpublic net.minecraft.world.lighting.WorldLightManager getLightEngine()
getLightEngine in interface net.minecraft.world.IBlockDisplayReaderpublic int getBlockTint(net.minecraft.util.math.BlockPos pos,
net.minecraft.world.level.ColorResolver colorResolver)
getBlockTint in interface net.minecraft.world.IBlockDisplayReader