类 FallingBlockRenderState
java.lang.Object
net.minecraft.client.renderer.entity.state.EntityRenderState
net.minecraft.client.renderer.entity.state.FallingBlockRenderState
- 所有已实现的接口:
BlockAndTintGetter
,BlockGetter
,LevelHeightAccessor
,IForgeBlockAndTintGetter
,IForgeBlockGetter
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.client.renderer.entity.state.EntityRenderState
EntityRenderState.LeashState
-
字段概要
字段修饰符和类型字段说明从类继承的字段 net.minecraft.client.renderer.entity.state.EntityRenderState
ageInTicks, boundingBoxHeight, boundingBoxWidth, displayFireAnimation, distanceToCameraSq, eyeHeight, isDiscrete, isInvisible, leashState, nameTag, nameTagAttachment, passengerOffset, x, y, z
从接口继承的字段 net.minecraft.world.level.BlockGetter
MAX_BLOCK_ITERATIONS_ALONG_TRAVEL
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getBlockEntity
(BlockPos p_360711_) getBlockState
(BlockPos p_362889_) int
getBlockTint
(BlockPos p_368873_, ColorResolver p_367190_) getFluidState
(BlockPos p_364632_) int
int
getMinY()
float
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.BlockAndTintGetter
canSeeSky, getBrightness, getRawBrightness
从接口继承的方法 net.minecraft.world.level.BlockGetter
clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, isBlockInLine
从接口继承的方法 net.minecraftforge.client.extensions.IForgeBlockAndTintGetter
getShade
从接口继承的方法 net.minecraftforge.common.extensions.IForgeBlockGetter
getExistingBlockEntity, getModelDataManager
从接口继承的方法 net.minecraft.world.level.LevelHeightAccessor
getMaxSectionY, getMaxY, getMinSectionY, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isInsideBuildHeight, isOutsideBuildHeight, isOutsideBuildHeight
-
字段详细资料
-
startBlockPos
-
blockPos
-
blockState
-
biome
-
level
-
-
构造器详细资料
-
FallingBlockRenderState
public FallingBlockRenderState()
-
-
方法详细资料
-
getShade
- 指定者:
getShade
在接口中BlockAndTintGetter
-
getLightEngine
- 指定者:
getLightEngine
在接口中BlockAndTintGetter
-
getBlockTint
- 指定者:
getBlockTint
在接口中BlockAndTintGetter
-
getBlockEntity
- 指定者:
getBlockEntity
在接口中BlockGetter
-
getBlockState
- 指定者:
getBlockState
在接口中BlockGetter
-
getFluidState
- 指定者:
getFluidState
在接口中BlockGetter
-
getHeight
public int getHeight()- 指定者:
getHeight
在接口中LevelHeightAccessor
-
getMinY
public int getMinY()- 指定者:
getMinY
在接口中LevelHeightAccessor
-