Package net.minecraft.state
Interface StateManager.Factory<O,S>
public static interface StateManager.Factory<O,S>
- Mappings:
Namespace Name official cvp$b
intermediary net/minecraft/class_2689$class_2691
named 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 create
Lcvp$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;
-