Package net.minecraft.util
Class CachedBlockInfo
java.lang.Object
net.minecraft.util.CachedBlockInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate TileEntityprivate final IWorldReaderprivate final booleanprivate final BlockPosprivate BlockState -
Constructor Summary
ConstructorsConstructorDescriptionCachedBlockInfo(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
-