Uses of Record Class
net.minecraft.client.render.entity.state.EntityHitboxAndView
Packages that use EntityHitboxAndView
-
Uses of EntityHitboxAndView in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return EntityHitboxAndViewModifier and TypeMethodDescriptionprivate EntityHitboxAndView
EntityRenderer.createHitbox
(T entity, float tickProgress, boolean green) Methods in net.minecraft.client.render.entity with parameters of type EntityHitboxAndViewModifier and TypeMethodDescriptionprivate static void
EntityRenderDispatcher.renderHitboxes
(MatrixStack matrices, EntityHitboxAndView hitbox, VertexConsumer vertexConsumer, float standingEyeHeight) private void
EntityRenderDispatcher.renderHitboxes
(MatrixStack matrices, EntityRenderState state, EntityHitboxAndView hitbox, VertexConsumerProvider vertexConsumers) -
Uses of EntityHitboxAndView in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as EntityHitboxAndViewModifier and TypeFieldDescriptionEntityRenderState.hitbox
private final @Nullable EntityHitboxAndView
EntityDebugInfo.hitboxes
The field for thehitboxes
record component.Methods in net.minecraft.client.render.entity.state that return EntityHitboxAndViewModifier and TypeMethodDescriptionEntityDebugInfo.hitboxes()
Returns the value of thehitboxes
record 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)