Package net.minecraft.util
Class CachedBlockInfo
java.lang.Object
net.minecraft.util.CachedBlockInfo
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private TileEntity
private final IWorldReader
private final boolean
private final BlockPos
private BlockState
-
Constructor Summary
ConstructorDescriptionCachedBlockInfo
(IWorldReader p_i48968_1_, BlockPos p_i48968_2_, boolean p_i48968_3_) -
Method Summary
Modifier and TypeMethodDescriptiongetLevel()
getPos()
getState()
static Predicate<CachedBlockInfo>
hasState
(Predicate<BlockState> p_177510_0_)
-
Field Details
-
level
-
pos
-
loadChunks
private final boolean loadChunks -
state
-
entity
-
cachedEntity
private boolean cachedEntity
-
-
Constructor Details
-
CachedBlockInfo
-
-
Method Details
-
getState
-
getEntity
-
getLevel
-
getPos
-
hasState
-