Package net.minecraft.state
Class State<O,S>
java.lang.Object
net.minecraft.state.State<O,S>
- Direct Known Subclasses:
AbstractBlock.AbstractBlockState
,FluidState
- Mappings:
Namespace Name named net/minecraft/state/State
intermediary net/minecraft/class_2688
official dsg
-
Field Summary
Modifier and TypeFieldDescriptionprotected final com.mojang.serialization.MapCodec
<S> static final String
protected final O
static final String
private static final Function
<Map.Entry<Property<?>, Comparable<?>>, String> private final Reference2ObjectArrayMap
<Property<?>, Comparable<?>> private Table
<Property<?>, Comparable<?>, S> -
Constructor Summary
ModifierConstructorDescriptionprotected
State
(O owner, Reference2ObjectArrayMap<Property<?>, Comparable<?>> propertyMap, com.mojang.serialization.MapCodec<S> codec) -
Method Summary
Modifier and TypeMethodDescription<T extends Comparable<T>>
booleanprotected static <O,
S extends State<O, S>>
com.mojang.serialization.Codec<S> createCodec
(com.mojang.serialization.Codec<O> codec, Function<O, S> ownerToStateFunction) void
createWithTable
(Map<Map<Property<?>, Comparable<?>>, S> states) <T extends Comparable<T>>
S<T extends Comparable<T>>
TMap
<Property<?>, Comparable<?>> protected static <T> T
getNext
(Collection<T> values, T value) <T extends Comparable<T>>
Optional<T> getOrEmpty
(Property<T> property) Collection
<Property<?>> private Map
<Property<?>, Comparable<?>> toMapWith
(Property<?> property, Comparable<?> value) toString()
<T extends Comparable<T>,
V extends T>
S<T extends Comparable<T>,
V extends T>
SwithIfExists
(Property<T> property, V value)
-
Field Details
-
NAME
- See Also:
- Mappings:
Namespace Name Mixin selector named NAME
Lnet/minecraft/state/State;NAME:Ljava/lang/String;
intermediary field_31385
Lnet/minecraft/class_2688;field_31385:Ljava/lang/String;
official c
Ldsg;c:Ljava/lang/String;
-
PROPERTIES
- See Also:
- Mappings:
Namespace Name Mixin selector named PROPERTIES
Lnet/minecraft/state/State;PROPERTIES:Ljava/lang/String;
intermediary field_31386
Lnet/minecraft/class_2688;field_31386:Ljava/lang/String;
official d
Ldsg;d:Ljava/lang/String;
-
PROPERTY_MAP_PRINTER
- Mappings:
Namespace Name Mixin selector named PROPERTY_MAP_PRINTER
Lnet/minecraft/state/State;PROPERTY_MAP_PRINTER:Ljava/util/function/Function;
intermediary field_24737
Lnet/minecraft/class_2688;field_24737:Ljava/util/function/Function;
official a
Ldsg;a:Ljava/util/function/Function;
-
owner
- Mappings:
Namespace Name Mixin selector named owner
Lnet/minecraft/state/State;owner:Ljava/lang/Object;
intermediary field_24739
Lnet/minecraft/class_2688;field_24739:Ljava/lang/Object;
official e
Ldsg;e:Ljava/lang/Object;
-
propertyMap
- Mappings:
Namespace Name Mixin selector named propertyMap
Lnet/minecraft/state/State;propertyMap:Lit/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap;
intermediary field_24738
Lnet/minecraft/class_2688;field_24738:Lit/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap;
official b
Ldsg;b:Lit/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap;
-
withTable
- Mappings:
Namespace Name Mixin selector named withTable
Lnet/minecraft/state/State;withTable:Lcom/google/common/collect/Table;
intermediary field_24741
Lnet/minecraft/class_2688;field_24741:Lcom/google/common/collect/Table;
official g
Ldsg;g:Lcom/google/common/collect/Table;
-
codec
- Mappings:
Namespace Name Mixin selector named codec
Lnet/minecraft/state/State;codec:Lcom/mojang/serialization/MapCodec;
intermediary field_24740
Lnet/minecraft/class_2688;field_24740:Lcom/mojang/serialization/MapCodec;
official f
Ldsg;f:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
State
protected State(O owner, Reference2ObjectArrayMap<Property<?>, Comparable<?>> propertyMap, com.mojang.serialization.MapCodec<S> codec) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/state/State;<init>(Ljava/lang/Object;Lit/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap;Lcom/mojang/serialization/MapCodec;)V
intermediary <init>
Lnet/minecraft/class_2688;<init>(Ljava/lang/Object;Lit/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap;Lcom/mojang/serialization/MapCodec;)V
official <init>
Ldsg;<init>(Ljava/lang/Object;Lit/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap;Lcom/mojang/serialization/MapCodec;)V
-
-
Method Details
-
cycle
- Mappings:
Namespace Name Mixin selector named cycle
Lnet/minecraft/state/State;cycle(Lnet/minecraft/state/property/Property;)Ljava/lang/Object;
intermediary method_28493
Lnet/minecraft/class_2688;method_28493(Lnet/minecraft/class_2769;)Ljava/lang/Object;
official a
Ldsg;a(Ldth;)Ljava/lang/Object;
-
getNext
- Mappings:
Namespace Name Mixin selector named getNext
Lnet/minecraft/state/State;getNext(Ljava/util/Collection;Ljava/lang/Object;)Ljava/lang/Object;
intermediary method_28495
Lnet/minecraft/class_2688;method_28495(Ljava/util/Collection;Ljava/lang/Object;)Ljava/lang/Object;
official a
Ldsg;a(Ljava/util/Collection;Ljava/lang/Object;)Ljava/lang/Object;
-
toString
-
getProperties
- Mappings:
Namespace Name Mixin selector named getProperties
Lnet/minecraft/state/State;getProperties()Ljava/util/Collection;
intermediary method_28501
Lnet/minecraft/class_2688;method_28501()Ljava/util/Collection;
official B
Ldsg;B()Ljava/util/Collection;
-
contains
- Mappings:
Namespace Name Mixin selector named contains
Lnet/minecraft/state/State;contains(Lnet/minecraft/state/property/Property;)Z
intermediary method_28498
Lnet/minecraft/class_2688;method_28498(Lnet/minecraft/class_2769;)Z
official b
Ldsg;b(Ldth;)Z
-
get
- Mappings:
Namespace Name Mixin selector named get
Lnet/minecraft/state/State;get(Lnet/minecraft/state/property/Property;)Ljava/lang/Comparable;
intermediary method_11654
Lnet/minecraft/class_2688;method_11654(Lnet/minecraft/class_2769;)Ljava/lang/Comparable;
official c
Ldsg;c(Ldth;)Ljava/lang/Comparable;
-
getOrEmpty
- Mappings:
Namespace Name Mixin selector named getOrEmpty
Lnet/minecraft/state/State;getOrEmpty(Lnet/minecraft/state/property/Property;)Ljava/util/Optional;
intermediary method_28500
Lnet/minecraft/class_2688;method_28500(Lnet/minecraft/class_2769;)Ljava/util/Optional;
official d
Ldsg;d(Ldth;)Ljava/util/Optional;
-
with
- Mappings:
Namespace Name Mixin selector named with
Lnet/minecraft/state/State;with(Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;)Ljava/lang/Object;
intermediary method_11657
Lnet/minecraft/class_2688;method_11657(Lnet/minecraft/class_2769;Ljava/lang/Comparable;)Ljava/lang/Object;
official a
Ldsg;a(Ldth;Ljava/lang/Comparable;)Ljava/lang/Object;
-
withIfExists
- Mappings:
Namespace Name Mixin selector named withIfExists
Lnet/minecraft/state/State;withIfExists(Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;)Ljava/lang/Object;
intermediary method_47968
Lnet/minecraft/class_2688;method_47968(Lnet/minecraft/class_2769;Ljava/lang/Comparable;)Ljava/lang/Object;
official b
Ldsg;b(Ldth;Ljava/lang/Comparable;)Ljava/lang/Object;
-
createWithTable
- Mappings:
Namespace Name Mixin selector named createWithTable
Lnet/minecraft/state/State;createWithTable(Ljava/util/Map;)V
intermediary method_28496
Lnet/minecraft/class_2688;method_28496(Ljava/util/Map;)V
official a
Ldsg;a(Ljava/util/Map;)V
-
toMapWith
- Mappings:
Namespace Name Mixin selector named toMapWith
Lnet/minecraft/state/State;toMapWith(Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;)Ljava/util/Map;
intermediary method_28499
Lnet/minecraft/class_2688;method_28499(Lnet/minecraft/class_2769;Ljava/lang/Comparable;)Ljava/util/Map;
official c
Ldsg;c(Ldth;Ljava/lang/Comparable;)Ljava/util/Map;
-
getEntries
- Mappings:
Namespace Name Mixin selector named getEntries
Lnet/minecraft/state/State;getEntries()Ljava/util/Map;
intermediary method_11656
Lnet/minecraft/class_2688;method_11656()Ljava/util/Map;
official C
Ldsg;C()Ljava/util/Map;
-
createCodec
protected static <O,S extends State<O, com.mojang.serialization.Codec<S> createCodecS>> (com.mojang.serialization.Codec<O> codec, Function<O, S> ownerToStateFunction) - Mappings:
Namespace Name Mixin selector named createCodec
Lnet/minecraft/state/State;createCodec(Lcom/mojang/serialization/Codec;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec;
intermediary method_28494
Lnet/minecraft/class_2688;method_28494(Lcom/mojang/serialization/Codec;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec;
official a
Ldsg;a(Lcom/mojang/serialization/Codec;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec;
-