Uses of Record Class
net.minecraft.client.render.entity.state.EntityHitboxAndView
Packages that use EntityHitboxAndView
Package
Description
-
Uses of EntityHitboxAndView in net.minecraft.client.render.command
Fields in net.minecraft.client.render.command declared as EntityHitboxAndViewModifier and TypeFieldDescriptionprivate final EntityHitboxAndViewOrderedRenderCommandQueueImpl.DebugHitboxCommand.debugHitboxThe field for thedebugHitboxrecord component.Methods in net.minecraft.client.render.command that return EntityHitboxAndViewModifier and TypeMethodDescriptionOrderedRenderCommandQueueImpl.DebugHitboxCommand.debugHitbox()Returns the value of thedebugHitboxrecord component.Methods in net.minecraft.client.render.command with parameters of type EntityHitboxAndViewModifier and TypeMethodDescriptionprivate static voidDebugHitboxCommandRenderer.renderDebugHitbox(MatrixStack matrices, EntityHitboxAndView debugHitbox, VertexConsumer vertexConsumer, float standingEyeHeight) voidBatchingRenderCommandQueue.submitDebugHitbox(MatrixStack matrices, EntityRenderState renderState, EntityHitboxAndView debugHitbox) voidOrderedRenderCommandQueueImpl.submitDebugHitbox(MatrixStack matrices, EntityRenderState renderState, EntityHitboxAndView debugHitbox) voidRenderCommandQueue.submitDebugHitbox(MatrixStack matrices, EntityRenderState renderState, EntityHitboxAndView debugHitbox) Constructors in net.minecraft.client.render.command with parameters of type EntityHitboxAndViewModifierConstructorDescriptionDebugHitboxCommand(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)