Enum Class Mirror

java.lang.Object
java.lang.Enum<Mirror>
net.minecraft.world.level.block.Mirror
All Implemented Interfaces:
Serializable, Comparable<Mirror>, Constable, StringRepresentable

public enum Mirror extends Enum<Mirror> implements StringRepresentable
  • Enum Constant Details Link icon

    • NONE Link icon

      public static final Mirror NONE
    • LEFT_RIGHT Link icon

      public static final Mirror LEFT_RIGHT
    • FRONT_BACK Link icon

      public static final Mirror FRONT_BACK
  • Field Details Link icon

    • CODEC Link icon

      public static final com.mojang.serialization.Codec<Mirror> CODEC
    • id Link icon

      private final String id
    • symbol Link icon

      private final Component symbol
    • rotation Link icon

      private final OctahedralGroup rotation
  • Constructor Details Link icon

  • Method Details Link icon

    • values Link icon

      public static Mirror[] values()
      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 Link icon

      public static Mirror valueOf(String name)
      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
    • mirror Link icon

      public int mirror(int p_54844_, int p_54845_)
    • getRotation Link icon

      public Rotation getRotation(Direction p_54847_)
    • mirror Link icon

      public Direction mirror(Direction p_54849_)
    • rotation Link icon

      public OctahedralGroup rotation()
    • symbol Link icon

      public Component symbol()
    • getSerializedName Link icon

      public String getSerializedName()
      Specified by:
      getSerializedName in interface StringRepresentable