Class SimpleRegistry.Entry<T>

  • Enclosing class:
    SimpleRegistry<T>

    public static class SimpleRegistry.Entry<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(RegistryKey<T> p_i242072_1_, int p_i242072_2_, T p_i242072_3_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public final int id
      • value

        public final T value
    • Constructor Detail

      • Entry

        public Entry​(RegistryKey<T> p_i242072_1_,
                     int p_i242072_2_,
                     T p_i242072_3_)