Uses of Record Class
net.minecraft.client.render.entity.state.EntityHitboxAndView
Packages that use EntityHitboxAndView
Package
Description
The base package for all Minecraft classes.
-
Uses of EntityHitboxAndView in net.minecraft
Fields in net.minecraft declared as EntityHitboxAndViewModifier and TypeFieldDescriptionprivate final EntityHitboxAndViewclass_11661.class_11667.hitboxesRenderStateThe field for thehitboxesRenderStaterecord component.Methods in net.minecraft that return EntityHitboxAndViewModifier and TypeMethodDescriptionclass_11661.class_11667.hitboxesRenderState()Returns the value of thehitboxesRenderStaterecord component.Methods in net.minecraft with parameters of type EntityHitboxAndViewModifier and TypeMethodDescriptionvoidclass_11659.method_72928(MatrixStack matrixStack, EntityRenderState entityRenderState, EntityHitboxAndView entityHitboxAndView) voidclass_11661.method_72928(MatrixStack matrixStack, EntityRenderState entityRenderState, EntityHitboxAndView entityHitboxAndView) private static voidclass_11686.method_73008(MatrixStack matrixStack, EntityHitboxAndView entityHitboxAndView, VertexConsumer vertexConsumer, float float2) Constructors in net.minecraft with parameters of type EntityHitboxAndViewModifierConstructorDescriptionclass_11667(Matrix4f matrix4f, EntityRenderState entityRenderState, EntityHitboxAndView entityHitboxAndView) -
Uses of EntityHitboxAndView in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return EntityHitboxAndViewModifier and TypeMethodDescriptionprivate EntityHitboxAndViewEntityRenderer.createHitbox(T entity, float tickProgress, boolean green) -
Uses of EntityHitboxAndView in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as EntityHitboxAndViewModifier and TypeFieldDescriptionEntityRenderState.hitboxprivate final @Nullable EntityHitboxAndViewEntityDebugInfo.hitboxesThe field for thehitboxesrecord component.Methods in net.minecraft.client.render.entity.state that return EntityHitboxAndViewModifier and TypeMethodDescriptionEntityDebugInfo.hitboxes()Returns the value of thehitboxesrecord component.Constructors in net.minecraft.client.render.entity.state with parameters of type EntityHitboxAndViewModifierConstructorDescriptionEntityDebugInfo(boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, float float2, @Nullable EntityHitboxAndView entityHitboxAndView)