Record Class EntityGuiElementRenderState

java.lang.Object
java.lang.Record
net.minecraft.client.gui.render.state.special.EntityGuiElementRenderState
Record Components:
renderState -
translation -
rotation -
overrideCameraAngle -
x1 -
y1 -
x2 -
y2 -
scale -
scissorArea -
bounds -
All Implemented Interfaces:
class_11384, SpecialGuiElementRenderState

@Environment(CLIENT) public record EntityGuiElementRenderState(EntityRenderState renderState, Vector3f translation, Quaternionf rotation, @Nullable Quaternionf overrideCameraAngle, int x1, int y1, int x2, int y2, float scale, @Nullable ScreenRect scissorArea, @Nullable ScreenRect bounds) extends Record implements SpecialGuiElementRenderState
Mappings:
Namespace Name
named net/minecraft/client/gui/render/state/special/EntityGuiElementRenderState
intermediary net/minecraft/class_11252
official gaz
named renderState
intermediary comp_4134
official a
named translation
intermediary comp_4135
official b
named rotation
intermediary comp_4136
official c
named overrideCameraAngle
intermediary comp_4137
official d
named x1
intermediary comp_4122
official e
named y1
intermediary comp_4123
official f
named x2
intermediary comp_4124
official g
named y2
intermediary comp_4125
official h
named scale
intermediary comp_4133
official i
named scissorArea
intermediary comp_4128
official j
named bounds
intermediary comp_4274
official k