Interface StateManager.Factory<O,S>

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

public static interface StateManager.Factory<O,S>
Mappings:
Namespace Name
official cyu$b
intermediary net/minecraft/class_2689$class_2691
named net/minecraft/state/StateManager$Factory
  • Method Summary

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

    • create

      S create(O owner, ImmutableMap<Property<?>,Comparable<?>> entries, com.mojang.serialization.MapCodec<S> codec)
      Mappings:
      Namespace Name Mixin selector
      official create Lcyu$b;create(Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;Lcom/mojang/serialization/MapCodec;)Ljava/lang/Object;
      intermediary create Lnet/minecraft/class_2689$class_2691;create(Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;Lcom/mojang/serialization/MapCodec;)Ljava/lang/Object;
      named create Lnet/minecraft/state/StateManager$Factory;create(Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;Lcom/mojang/serialization/MapCodec;)Ljava/lang/Object;