Class CubeDefinition

java.lang.Object
net.minecraft.client.model.geom.builders.CubeDefinition

public final class CubeDefinition extends Object
  • Field Details

    • comment

      private final @Nullable String comment
    • origin

      private final Vector3fc origin
    • dimensions

      private final Vector3fc dimensions
    • grow

      private final CubeDeformation grow
    • mirror

      private final boolean mirror
    • texCoord

      private final UVPair texCoord
    • texScale

      private final UVPair texScale
    • visibleFaces

      private final Set<Direction> visibleFaces
  • Constructor Details

    • CubeDefinition

      protected CubeDefinition(@Nullable String comment, float xTexOffs, float yTexOffs, float minX, float minY, float minZ, float width, float height, float depth, CubeDeformation grow, boolean mirror, float xTexScale, float yTexScale, Set<Direction> visibleFaces)
  • Method Details