Class MovingBlockRenderState
java.lang.Object
net.minecraft.client.renderer.block.MovingBlockRenderState
- All Implemented Interfaces:
BlockAndTintGetter, BlockGetter, LevelHeightAccessor, IBlockAndTintGetterExtension, IBlockGetterExtension
- Direct Known Subclasses:
BlockBreakingRenderState
-
Nested Class Summary
Nested classes/interfaces inherited from interface BlockGetter
BlockGetter.BlockStepVisitor -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable BlockEntitygetBlockEntity(BlockPos pos) getBlockState(BlockPos pos) intgetBlockTint(BlockPos pos, ColorResolver color) getFluidState(BlockPos pos) intintgetMinY()floatMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BlockAndTintGetter
canSeeSky, getBrightness, getRawBrightnessMethods inherited from interface BlockGetter
clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, isBlockInLineMethods inherited from interface IBlockAndTintGetterExtension
getShadeMethods inherited from interface IBlockGetterExtension
getAuxLightManager, getAuxLightManager, getModelDataMethods inherited from interface LevelHeightAccessor
getMaxSectionY, getMaxY, getMinSectionY, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isInsideBuildHeight, isOutsideBuildHeight, isOutsideBuildHeight
-
Field Details
-
randomSeedPos
-
blockPos
-
blockState
-
biome
-
level
-
-
Constructor Details
-
MovingBlockRenderState
public MovingBlockRenderState()
-
-
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
-