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 amointermediary net/minecraft/class_392named net/minecraft/state/property/Property
-
Method Summary
-
Method Details
-
getName
String getName()- Mappings:
Namespace Name Mixin selector official aLamo;a()Ljava/lang/String;intermediary method_1278Lnet/minecraft/class_392;method_1278()Ljava/lang/String;named getNameLnet/minecraft/state/property/Property;getName()Ljava/lang/String;
-
getValues
Collection<T> getValues()- Mappings:
Namespace Name Mixin selector official cLamo;c()Ljava/util/Collection;intermediary method_1281Lnet/minecraft/class_392;method_1281()Ljava/util/Collection;named getValuesLnet/minecraft/state/property/Property;getValues()Ljava/util/Collection;
-
getType
- Mappings:
Namespace Name Mixin selector official bLamo;b()Ljava/lang/Class;intermediary method_1280Lnet/minecraft/class_392;method_1280()Ljava/lang/Class;named getTypeLnet/minecraft/state/property/Property;getType()Ljava/lang/Class;
-
name
- Mappings:
Namespace Name Mixin selector official aLamo;a(Ljava/lang/Comparable;)Ljava/lang/String;intermediary method_1279Lnet/minecraft/class_392;method_1279(Ljava/lang/Comparable;)Ljava/lang/String;named nameLnet/minecraft/state/property/Property;name(Ljava/lang/Comparable;)Ljava/lang/String;
-