Enum Class BlockModelBuilder.RootTransformBuilder.TransformOrigin

java.lang.Object
java.lang.Enum<BlockModelBuilder.RootTransformBuilder.TransformOrigin>
net.minecraftforge.client.model.generators.BlockModelBuilder.RootTransformBuilder.TransformOrigin
All Implemented Interfaces:
Serializable, Comparable<BlockModelBuilder.RootTransformBuilder.TransformOrigin>, Constable, StringRepresentable
Enclosing class:
BlockModelBuilder.RootTransformBuilder

@Deprecated(forRemoval=true, since="1.19.4") public static enum BlockModelBuilder.RootTransformBuilder.TransformOrigin extends Enum<BlockModelBuilder.RootTransformBuilder.TransformOrigin> implements StringRepresentable
Deprecated, for removal: This API element is subject to removal in a future version.
  • Enum Constant Details

  • Field Details

  • Constructor Details

  • Method Details

    • values

      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getVector

      public org.joml.Vector3f getVector()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSerializedName

      @NotNull public @NotNull String getSerializedName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getSerializedName in interface StringRepresentable
    • toNewOrigin

      private TransformationHelper.TransformOrigin toNewOrigin()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fromString

      @Nullable public static @Nullable BlockModelBuilder.RootTransformBuilder.TransformOrigin fromString(String originName)
      Deprecated, for removal: This API element is subject to removal in a future version.