Package net.minecraft.state
Interface StateManager.Factory<O,S> 
public static interface StateManager.Factory<O,S> 
- Mappings:
 Namespace Name official dcc$bintermediary net/minecraft/class_2689$class_2691named net/minecraft/state/StateManager$Factory
- 
Method Summary
Modifier and TypeMethodDescriptioncreate(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 createLdcc$b;create(Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;Lcom/mojang/serialization/MapCodec;)Ljava/lang/Object;intermediary createLnet/minecraft/class_2689$class_2691;create(Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;Lcom/mojang/serialization/MapCodec;)Ljava/lang/Object;named createLnet/minecraft/state/StateManager$Factory;create(Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;Lcom/mojang/serialization/MapCodec;)Ljava/lang/Object;
 
 -