Uses of Enum Class
net.minecraft.client.render.model.json.ModelTransformation.Mode
Packages that use ModelTransformation.Mode
Package
Description
-
Uses of ModelTransformation.Mode in net.minecraft
Methods in net.minecraft with parameters of type ModelTransformation.ModeModifier and TypeMethodDescriptionvoidclass_4225.method_19139(LivingEntity livingEntity, ItemStack itemStack, ModelTransformation.Mode mode) voidclass_4225.method_19140(LivingEntity livingEntity, ItemStack itemStack, ModelTransformation.Mode mode, boolean bool) private Transformationclass_4231.method_19215(ModelTransformation.Mode mode) -
Uses of ModelTransformation.Mode in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type ModelTransformation.ModeModifier and TypeMethodDescriptionprivate voidHeldItemRenderer.method_12484(LivingEntity livingEntity, ItemStack itemStack, ModelTransformation.Mode mode, HandOption handOption) -
Uses of ModelTransformation.Mode in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type ModelTransformation.ModeModifier and TypeMethodDescriptionvoidHeldItemRenderer.method_19378(ItemStack itemStack, LivingEntity livingEntity, ModelTransformation.Mode mode, boolean bool) voidHeldItemRenderer.method_19380(ItemStack itemStack, ModelTransformation.Mode mode) protected voidHeldItemRenderer.method_19382(ItemStack itemStack, BakedModel bakedModel, ModelTransformation.Mode mode, boolean bool) -
Uses of ModelTransformation.Mode in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json that return ModelTransformation.ModeModifier and TypeMethodDescriptionstatic ModelTransformation.ModeReturns the enum constant of this class with the specified name.static ModelTransformation.Mode[]ModelTransformation.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render.model.json with parameters of type ModelTransformation.ModeModifier and TypeMethodDescriptionvoidModelTransformation.apply(ModelTransformation.Mode mode) ModelTransformation.getTransformation(ModelTransformation.Mode renderMode) booleanModelTransformation.isTransformationDefined(ModelTransformation.Mode renderMode)