Class FallingBlockEntityRenderState
java.lang.Object
net.minecraft.client.render.entity.state.EntityRenderState
net.minecraft.client.render.entity.state.FallingBlockEntityRenderState
- All Implemented Interfaces:
BlockRenderView,BlockView,HeightLimitView
@Environment(CLIENT)
public class FallingBlockEntityRenderState
extends EntityRenderState
implements BlockRenderView
- Mappings:
Namespace Name named net/minecraft/client/render/entity/state/FallingBlockEntityRenderStateintermediary net/minecraft/class_10023official heh
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.state.EntityRenderState
EntityRenderState.LeashDataNested classes/interfaces inherited from interface net.minecraft.world.BlockView
BlockView.CollisionVisitor -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class net.minecraft.client.render.entity.state.EntityRenderState
age, debugInfo, displayName, entityType, height, hitbox, invisible, leashData, nameLabelPos, onFire, positionOffset, sneaking, squaredDistanceToCamera, standingEyeHeight, width, x, y, zFields inherited from interface net.minecraft.world.BlockView
field_54147 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlockEntity(BlockPos pos) Returns the block entity atpos, ornullif there is none.getBlockState(BlockPos pos) Returns the block state atpos.intReturns the bottom Y level, or height, inclusive, of this view.floatgetBrightness(Direction direction, boolean shaded) intgetColor(BlockPos pos, ColorResolver colorResolver) getFluidState(BlockPos pos) Returns the fluid state atpos.intMethods inherited from class net.minecraft.client.render.entity.state.EntityRenderState
addCrashReportDetailsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getLightLevel, isSkyVisibleMethods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getDismountHeight, getDismountHeight, getLuminance, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopYInclusive, isInHeightLimit, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
-
Field Details
-
fallingBlockPos
- Mappings:
Namespace Name Mixin selector named fallingBlockPosLnet/minecraft/client/render/entity/state/FallingBlockEntityRenderState;fallingBlockPos:Lnet/minecraft/util/math/BlockPos;intermediary field_53356Lnet/minecraft/class_10023;field_53356:Lnet/minecraft/class_2338;official aLheh;a:Liw;
-
currentPos
- Mappings:
Namespace Name Mixin selector named currentPosLnet/minecraft/client/render/entity/state/FallingBlockEntityRenderState;currentPos:Lnet/minecraft/util/math/BlockPos;intermediary field_53357Lnet/minecraft/class_10023;field_53357:Lnet/minecraft/class_2338;official bLheh;b:Liw;
-
blockState
- Mappings:
Namespace Name Mixin selector named blockStateLnet/minecraft/client/render/entity/state/FallingBlockEntityRenderState;blockState:Lnet/minecraft/block/BlockState;intermediary field_53358Lnet/minecraft/class_10023;field_53358:Lnet/minecraft/class_2680;official cLheh;c:Lebq;
-
biome
- Mappings:
Namespace Name Mixin selector named biomeLnet/minecraft/client/render/entity/state/FallingBlockEntityRenderState;biome:Lnet/minecraft/registry/entry/RegistryEntry;intermediary field_53359Lnet/minecraft/class_10023;field_53359:Lnet/minecraft/class_6880;official dLheh;d:Ljg;
-
world
- Mappings:
Namespace Name Mixin selector named worldLnet/minecraft/client/render/entity/state/FallingBlockEntityRenderState;world:Lnet/minecraft/world/BlockRenderView;intermediary field_53360Lnet/minecraft/class_10023;field_53360:Lnet/minecraft/class_1920;official eLheh;e:Ldjk;
-
-
Constructor Details
-
FallingBlockEntityRenderState
public FallingBlockEntityRenderState()
-
-
Method Details
-
getBrightness
- Specified by:
getBrightnessin interfaceBlockRenderView- Mappings:
Namespace Name Mixin selector named getBrightnessLnet/minecraft/world/BlockRenderView;getBrightness(Lnet/minecraft/util/math/Direction;Z)Fintermediary method_24852Lnet/minecraft/class_1920;method_24852(Lnet/minecraft/class_2350;Z)Fofficial aLdjk;a(Ljc;Z)F
-
getLightingProvider
- Specified by:
getLightingProviderin interfaceBlockRenderView- Mappings:
Namespace Name Mixin selector named getLightingProviderLnet/minecraft/world/BlockRenderView;getLightingProvider()Lnet/minecraft/world/chunk/light/LightingProvider;intermediary method_22336Lnet/minecraft/class_1920;method_22336()Lnet/minecraft/class_3568;official B_Ldjk;B_()Lexp;
-
getColor
- Specified by:
getColorin interfaceBlockRenderView- Mappings:
Namespace Name Mixin selector named getColorLnet/minecraft/world/BlockRenderView;getColor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/biome/ColorResolver;)Iintermediary method_23752Lnet/minecraft/class_1920;method_23752(Lnet/minecraft/class_2338;Lnet/minecraft/class_6539;)Iofficial aLdjk;a(Liw;Ldjt;)I
-
getBlockEntity
Returns the block entity atpos, ornullif there is none.- Specified by:
getBlockEntityin interfaceBlockView- Returns:
- the block entity at
pos, ornullif there is none - Mappings:
Namespace Name Mixin selector named getBlockEntityLnet/minecraft/world/BlockView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;intermediary method_8321Lnet/minecraft/class_1922;method_8321(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2586;official c_Ldjn;c_(Liw;)Ldyo;
-
getBlockState
Returns the block state atpos.- Specified by:
getBlockStatein interfaceBlockView- Returns:
- the block state at
pos - Implementation Note:
- This returns the block state for
Blocks.VOID_AIRif the Y coordinate is outside the height limit. - Mappings:
Namespace Name Mixin selector named getBlockStateLnet/minecraft/world/BlockView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;intermediary method_8320Lnet/minecraft/class_1922;method_8320(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;official a_Ldjn;a_(Liw;)Lebq;
-
getFluidState
Returns the fluid state atpos.- Specified by:
getFluidStatein interfaceBlockView- Returns:
- the fluid state at
pos - Implementation Note:
- This returns the fluid state for
Fluids.EMPTYif the Y coordinate is outside the height limit. - Mappings:
Namespace Name Mixin selector named getFluidStateLnet/minecraft/world/BlockView;getFluidState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/fluid/FluidState;intermediary method_8316Lnet/minecraft/class_1922;method_8316(Lnet/minecraft/class_2338;)Lnet/minecraft/class_3610;official b_Ldjn;b_(Liw;)Leya;
-
getHeight
public int getHeight()Returns the difference in the minimum and maximum height.This is the number of blocks that can be modified in any vertical column within the view, or the vertical size, in blocks, of the view.
- Specified by:
getHeightin interfaceHeightLimitView- Returns:
- the difference in the minimum and maximum height
- See Also:
- Mappings:
Namespace Name Mixin selector named getHeightLnet/minecraft/world/HeightLimitView;getHeight()Iintermediary method_31605Lnet/minecraft/class_5539;method_31605()Iofficial L_Ldkl;L_()I
-
getBottomY
public int getBottomY()Returns the bottom Y level, or height, inclusive, of this view.- Specified by:
getBottomYin interfaceHeightLimitView- See Also:
- Mappings:
Namespace Name Mixin selector named getBottomYLnet/minecraft/world/HeightLimitView;getBottomY()Iintermediary method_31607Lnet/minecraft/class_5539;method_31607()Iofficial K_Ldkl;K_()I
-