Uses of Enum Class
net.minecraft.entity.passive.FrogEntity.Variant
Packages that use FrogEntity.Variant
-
Uses of FrogEntity.Variant in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type FrogEntity.VariantModifier and TypeFieldDescriptionprivate static final Map<FrogEntity.Variant,Identifier> FrogEntityRenderer.TEXTURES -
Uses of FrogEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as FrogEntity.VariantModifier and TypeFieldDescriptionprivate static final FrogEntity.Variant[]FrogEntity.Variant.VALUESMethods in net.minecraft.entity.passive that return FrogEntity.VariantModifier and TypeMethodDescriptionstatic FrogEntity.VariantFrogEntity.Variant.fromId(int id) FrogEntity.getVariant()static FrogEntity.VariantReturns the enum constant of this class with the specified name.static FrogEntity.Variant[]FrogEntity.Variant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type FrogEntity.Variant