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.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_12333(LivingEntity livingEntity, ItemStack itemStack, ModelTransformation.Mode mode, boolean bool) voidItemRenderer.method_12458(ItemStack itemStack, ModelTransformation.Mode mode) protected voidItemRenderer.method_12459(ItemStack itemStack, BakedModel bakedModel, ModelTransformation.Mode mode, boolean bool) voidItemRenderer.method_12460(ItemStack itemStack, LivingEntity livingEntity, ModelTransformation.Mode mode, boolean bool) voidHeldItemRenderer.renderItem(LivingEntity entity, ItemStack stack, ModelTransformation.Mode renderMode) -
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) private TransformationBlockModel.getTransformation(ModelTransformation.Mode mode) ModelTransformation.getTransformation(ModelTransformation.Mode renderMode) booleanModelTransformation.isTransformationDefined(ModelTransformation.Mode renderMode)