Interface StateContainer.IFactory<O,​S>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      S create​(O p_create_1_, com.google.common.collect.ImmutableMap<Property<?>,​java.lang.Comparable<?>> p_create_2_, com.mojang.serialization.MapCodec<S> p_create_3_)  
    • Method Detail

      • create

        S create​(O p_create_1_,
                 com.google.common.collect.ImmutableMap<Property<?>,​java.lang.Comparable<?>> p_create_2_,
                 com.mojang.serialization.MapCodec<S> p_create_3_)