Interface ModelTransformer

All Known Implementing Classes:
BabyModelTransformer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) public interface ModelTransformer
Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/ModelTransformer
intermediary net/minecraft/class_9953
official gew
  • Method Details

    • scaling

      static ModelTransformer scaling(float float2)
    • apply

      ModelData apply(ModelData modelData)
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/client/render/entity/model/ModelTransformer;apply(Lnet/minecraft/client/model/ModelData;)Lnet/minecraft/client/model/ModelData;
      intermediary apply Lnet/minecraft/class_9953;apply(Lnet/minecraft/class_5609;)Lnet/minecraft/class_5609;
      official apply Lgew;apply(Lgev;)Lgev;