Uses of Record Class
net.minecraft.client.renderer.entity.FoxRenderer.FoxTexturesByAge
Packages that use FoxRenderer.FoxTexturesByAge
-
Uses of FoxRenderer.FoxTexturesByAge in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as FoxRenderer.FoxTexturesByAgeModifier and TypeFieldDescriptionprivate final FoxRenderer.FoxTexturesByAgeFoxRenderer.FoxTexturesByState.idleThe field for theidlerecord component.private final FoxRenderer.FoxTexturesByAgeFoxRenderer.FoxTexturesByState.sleepingThe field for thesleepingrecord component.Methods in net.minecraft.client.renderer.entity that return FoxRenderer.FoxTexturesByAgeModifier and TypeMethodDescriptionFoxRenderer.FoxTexturesByState.idle()Returns the value of theidlerecord component.FoxRenderer.FoxTexturesByState.sleeping()Returns the value of thesleepingrecord component.Constructors in net.minecraft.client.renderer.entity with parameters of type FoxRenderer.FoxTexturesByAgeModifierConstructorDescriptionprivateCreates an instance of aFoxTexturesByStaterecord class.