Uses of Record Class
net.minecraft.class_10933
Packages that use class_10933
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10933 in net.minecraft
Fields in net.minecraft declared as class_10933Modifier and TypeFieldDescriptionprivate final @Nullable class_10933class_10934.hitboxesThe field for thehitboxesrecord component.Methods in net.minecraft that return class_10933Modifier and TypeMethodDescriptionclass_10934.hitboxes()Returns the value of thehitboxesrecord component.Constructors in net.minecraft with parameters of type class_10933ModifierConstructorDescriptionclass_10934(boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, float float2, @Nullable class_10933 class_10933) -
Uses of class_10933 in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return class_10933Modifier and TypeMethodDescriptionprivate class_10933EntityRenderer.method_68835(T t, float float2, boolean bool) Methods in net.minecraft.client.render.entity with parameters of type class_10933Modifier and TypeMethodDescriptionprivate voidEntityRenderDispatcher.method_68830(MatrixStack matrixStack, EntityRenderState entityRenderState, class_10933 class_10933, VertexConsumerProvider vertexConsumerProvider) private static voidEntityRenderDispatcher.method_68831(MatrixStack matrixStack, class_10933 class_10933, VertexConsumer vertexConsumer, float float2) -
Uses of class_10933 in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as class_10933