Interface StateManager.Factory<O,​S>

Enclosing class:
StateManager<O,​S extends State<O,​S>>

public static interface StateManager.Factory<O,​S>
  • Method Summary

    Modifier and Type Method Description
    S create​(O owner, ImmutableMap<Property<?>,​Comparable<?>> entries, com.mojang.serialization.MapCodec<S> mapCodec)