Class BlockModeInfo.Field

  • Enclosing class:
    BlockModeInfo<T>

    public class BlockModeInfo.Field
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Field​(T p_i232544_2_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToVariant​(com.google.gson.JsonObject p_240217_1_)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        private final T value
    • Constructor Detail

      • Field

        public Field​(T p_i232544_2_)
    • Method Detail

      • addToVariant

        public void addToVariant​(com.google.gson.JsonObject p_240217_1_)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object