Uses of Record Class
net.minecraft.class_10932
Packages that use class_10932
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10932 in net.minecraft
Fields in net.minecraft with type parameters of type class_10932Modifier and TypeFieldDescriptionprivate final ImmutableList<class_10932> class_10933.hitboxesThe field for thehitboxesrecord component.Methods in net.minecraft that return types with arguments of type class_10932Modifier and TypeMethodDescriptionclass_10933.hitboxes()Returns the value of thehitboxesrecord component.Constructor parameters in net.minecraft with type arguments of type class_10932ModifierConstructorDescriptionclass_10933(double double2, double double3, double double4, ImmutableList<class_10932> immutableList) -
Uses of class_10932 in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type class_10932Modifier and TypeMethodDescriptionprivate static voidEntityRenderDispatcher.renderHitbox(MatrixStack matrixStack, VertexConsumer vertexConsumer, class_10932 class_10932) Method parameters in net.minecraft.client.render.entity with type arguments of type class_10932Modifier and TypeMethodDescriptionprotected voidEnderDragonEntityRenderer.method_68827(EnderDragonEntity enderDragonEntity, ImmutableList.Builder<class_10932> builder, float float2) protected voidEntityRenderer.method_68827(T t, ImmutableList.Builder<class_10932> builder, float float2) protected voidLivingEntityRenderer.method_68827(T t, ImmutableList.Builder<class_10932> builder, float float2)