Package net.minecraft.client.model
Interface ModelPart.CuboidConsumer
- Enclosing class:
ModelPart
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name official fee$d
intermediary net/minecraft/class_630$class_6229
named net/minecraft/client/model/ModelPart$CuboidConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(MatrixStack.Entry matrix, String path, int index, ModelPart.Cuboid cuboid) Accepts a cuboid from a model part.
-
Method Details
-
accept
Accepts a cuboid from a model part.- Parameters:
matrix
- the current matrix transformation from the model partspath
- the path of the current model part, separated by/
index
- the index of the current cuboid in the current model partcuboid
- the current cuboid- See Also:
- Mappings:
Namespace Name Mixin selector official visit
Lfee$d;visit(Leij$a;Ljava/lang/String;ILfee$a;)V
intermediary method_35748
Lnet/minecraft/class_630$class_6229;method_35748(Lnet/minecraft/class_4587$class_4665;Ljava/lang/String;ILnet/minecraft/class_630$class_628;)V
named accept
Lnet/minecraft/client/model/ModelPart$CuboidConsumer;accept(Lnet/minecraft/client/util/math/MatrixStack$Entry;Ljava/lang/String;ILnet/minecraft/client/model/ModelPart$Cuboid;)V
-