Class SignType

java.lang.Object
net.minecraft.util.SignType

public class SignType
extends Object
  • Field Details

    • VALUES

      private static final Set<SignType> VALUES
    • OAK

      public static final SignType OAK
    • SPRUCE

      public static final SignType SPRUCE
    • BIRCH

      public static final SignType BIRCH
    • ACACIA

      public static final SignType ACACIA
    • JUNGLE

      public static final SignType JUNGLE
    • DARK_OAK

      public static final SignType DARK_OAK
    • CRIMSON

      public static final SignType CRIMSON
    • WARPED

      public static final SignType WARPED
    • name

      private final String name
  • Constructor Details

    • SignType

      protected SignType​(String name)
  • Method Details

    • register

      private static SignType register​(SignType type)
    • stream

      @Environment(CLIENT) public static Stream<SignType> stream()
    • getName

      @Environment(CLIENT) public String getName()