Class FallingBlockRenderState
java.lang.Object
net.neoforged.neoforge.client.renderstate.BaseRenderState
net.minecraft.client.renderer.entity.state.EntityRenderState
net.minecraft.client.renderer.entity.state.FallingBlockRenderState
- All Implemented Interfaces:
BlockAndTintGetter
,BlockGetter
,LevelHeightAccessor
,IRenderStateExtension
,IBlockAndTintGetterExtension
,IBlockGetterExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
EntityRenderState.LeashState
Nested classes/interfaces inherited from interface net.minecraft.world.level.BlockGetter
BlockGetter.BlockStepVisitor
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
ageInTicks, boundingBoxHeight, boundingBoxWidth, displayFireAnimation, distanceToCameraSq, entityType, eyeHeight, hitboxesRenderState, isDiscrete, isInvisible, leashState, nameTag, nameTagAttachment, partialTick, passengerOffset, serverHitboxesRenderState, x, y, z
Fields inherited from class net.neoforged.neoforge.client.renderstate.BaseRenderState
extensions
Fields inherited from interface net.minecraft.world.level.BlockGetter
MAX_BLOCK_ITERATIONS_ALONG_TRAVEL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlockEntity
(BlockPos p_364380_) getBlockState
(BlockPos p_365153_) int
getBlockTint
(BlockPos p_363218_, ColorResolver p_362552_) getFluidState
(BlockPos p_362887_) int
int
getMinY()
float
Methods inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
fillCrashReportCategory
Methods inherited from class net.neoforged.neoforge.client.renderstate.BaseRenderState
getRenderData, resetRenderData, setRenderData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.BlockAndTintGetter
canSeeSky, getBrightness, getRawBrightness
Methods inherited from interface net.minecraft.world.level.BlockGetter
clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, isBlockInLine
Methods inherited from interface net.neoforged.neoforge.common.extensions.IBlockAndTintGetterExtension
getShade
Methods inherited from interface net.neoforged.neoforge.common.extensions.IBlockGetterExtension
getAuxLightManager, getAuxLightManager, getModelData
Methods inherited from interface net.neoforged.neoforge.client.extensions.IRenderStateExtension
getRenderDataOrDefault, getRenderDataOrThrow
Methods inherited from interface net.minecraft.world.level.LevelHeightAccessor
getMaxSectionY, getMaxY, getMinSectionY, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isInsideBuildHeight, isOutsideBuildHeight, isOutsideBuildHeight
-
Field Details
-
startBlockPos
-
blockPos
-
blockState
-
biome
-
level
-
-
Constructor Details
-
FallingBlockRenderState
public FallingBlockRenderState()
-
-
Method Details
-
getShade
- Specified by:
getShade
in interfaceBlockAndTintGetter
-
getLightEngine
- Specified by:
getLightEngine
in interfaceBlockAndTintGetter
-
getBlockTint
- Specified by:
getBlockTint
in interfaceBlockAndTintGetter
-
getBlockEntity
- Specified by:
getBlockEntity
in interfaceBlockGetter
-
getBlockState
- Specified by:
getBlockState
in interfaceBlockGetter
-
getFluidState
- Specified by:
getFluidState
in interfaceBlockGetter
-
getHeight
public int getHeight()- Specified by:
getHeight
in interfaceLevelHeightAccessor
-
getMinY
public int getMinY()- Specified by:
getMinY
in interfaceLevelHeightAccessor
-