Uses of Enum Class
net.minecraft.client.render.model.json.ModelTransformation.Mode
Packages that use ModelTransformation.Mode
-
Uses of ModelTransformation.Mode in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type ModelTransformation.ModeModifier and TypeMethodDescriptionvoidItemRenderer.method_10242(ItemStack itemStack, ModelTransformation.Mode mode) protected voidItemRenderer.method_10244(ItemStack itemStack, BakedModel bakedModel, ModelTransformation.Mode mode) voidItemRenderer.method_10245(ItemStack itemStack, LivingEntity livingEntity, ModelTransformation.Mode mode) 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)