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.LeashStateNested 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, leashStates, nameTag, nameTagAttachment, partialTick, passengerOffset, serverHitboxesRenderState, x, y, zFields inherited from class net.neoforged.neoforge.client.renderstate.BaseRenderState
extensionsFields 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_) intgetBlockTint(BlockPos p_363218_, ColorResolver p_362552_) getFluidState(BlockPos p_362887_) intintgetMinY()floatMethods inherited from class net.minecraft.client.renderer.entity.state.EntityRenderState
fillCrashReportCategoryMethods inherited from class net.neoforged.neoforge.client.renderstate.BaseRenderState
getRenderData, resetRenderData, setRenderDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.BlockAndTintGetter
canSeeSky, getBrightness, getRawBrightnessMethods inherited from interface net.minecraft.world.level.BlockGetter
clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, isBlockInLineMethods inherited from interface net.neoforged.neoforge.common.extensions.IBlockAndTintGetterExtension
getShadeMethods inherited from interface net.neoforged.neoforge.common.extensions.IBlockGetterExtension
getAuxLightManager, getAuxLightManager, getModelDataMethods inherited from interface net.neoforged.neoforge.client.extensions.IRenderStateExtension
getRenderDataOrDefault, getRenderDataOrThrowMethods 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:
getShadein interfaceBlockAndTintGetter
-
getLightEngine
- Specified by:
getLightEnginein interfaceBlockAndTintGetter
-
getBlockTint
- Specified by:
getBlockTintin interfaceBlockAndTintGetter
-
getBlockEntity
- Specified by:
getBlockEntityin interfaceBlockGetter
-
getBlockState
- Specified by:
getBlockStatein interfaceBlockGetter
-
getFluidState
- Specified by:
getFluidStatein interfaceBlockGetter
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceLevelHeightAccessor
-
getMinY
public int getMinY()- Specified by:
getMinYin interfaceLevelHeightAccessor
-