Package net.minecraft.state.property
Interface Property<T extends Comparable<T>>
- All Known Implementing Classes:
AbstractProperty,BooleanProperty,DirectionProperty,EnumProperty,IntProperty
public interface Property<T extends Comparable<T>>
- Mappings:
Namespace Name official axjintermediary net/minecraft/class_2247named net/minecraft/state/property/Property
-
Method Summary
-
Method Details
-
getName
String getName()- Mappings:
Namespace Name Mixin selector official aLaxj;a()Ljava/lang/String;intermediary method_9079Lnet/minecraft/class_2247;method_9079()Ljava/lang/String;named getNameLnet/minecraft/state/property/Property;getName()Ljava/lang/String;
-
getValues
Collection<T> getValues()- Mappings:
Namespace Name Mixin selector official cLaxj;c()Ljava/util/Collection;intermediary method_9082Lnet/minecraft/class_2247;method_9082()Ljava/util/Collection;named getValuesLnet/minecraft/state/property/Property;getValues()Ljava/util/Collection;
-
getType
- Mappings:
Namespace Name Mixin selector official bLaxj;b()Ljava/lang/Class;intermediary method_9081Lnet/minecraft/class_2247;method_9081()Ljava/lang/Class;named getTypeLnet/minecraft/state/property/Property;getType()Ljava/lang/Class;
-
method_11749
- Mappings:
Namespace Name Mixin selector official bLaxj;b(Ljava/lang/String;)Lcom/google/common/base/Optional;intermediary method_11749Lnet/minecraft/class_2247;method_11749(Ljava/lang/String;)Lcom/google/common/base/Optional;named method_11749Lnet/minecraft/state/property/Property;method_11749(Ljava/lang/String;)Lcom/google/common/base/Optional;
-
name
- Mappings:
Namespace Name Mixin selector official aLaxj;a(Ljava/lang/Comparable;)Ljava/lang/String;intermediary method_9080Lnet/minecraft/class_2247;method_9080(Ljava/lang/Comparable;)Ljava/lang/String;named nameLnet/minecraft/state/property/Property;name(Ljava/lang/Comparable;)Ljava/lang/String;
-