Package net.minecraft.block
Class AbstractBlockState
java.lang.Object
net.minecraft.block.AbstractBlockState
- All Implemented Interfaces:
BlockState
- Direct Known Subclasses:
StateManager.BlockStateImpl
public abstract class AbstractBlockState extends Object implements BlockState
- Mappings:
Namespace Name official alyintermediary net/minecraft/class_375named net/minecraft/block/AbstractBlockState
-
Field Summary
Fields Modifier and Type Field Description private static Function<Map.Entry<Property,Comparable>,String>field_1500private static JoinerJOINER -
Constructor Summary
Constructors Constructor Description AbstractBlockState() -
Method Summary
Modifier and Type Method Description protected static <T> Tmethod_1220(Collection<T> collection, T t)<T extends Comparable<T>>
BlockStatemethod_1223(Property<T> property)StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.block.BlockState
get, getBlock, getProperties, getPropertyMap, with
-
Field Details
-
JOINER
- Mappings:
Namespace Name Mixin selector official aLaly;a:Lcom/google/common/base/Joiner;intermediary field_1499Lnet/minecraft/class_375;field_1499:Lcom/google/common/base/Joiner;named JOINERLnet/minecraft/block/AbstractBlockState;JOINER:Lcom/google/common/base/Joiner;
-
field_1500
- Mappings:
Namespace Name Mixin selector official bLaly;b:Lcom/google/common/base/Function;intermediary field_1500Lnet/minecraft/class_375;field_1500:Lcom/google/common/base/Function;named field_1500Lnet/minecraft/block/AbstractBlockState;field_1500:Lcom/google/common/base/Function;
-
-
Constructor Details
-
AbstractBlockState
public AbstractBlockState()
-
-
Method Details
-
method_1223
- Specified by:
method_1223in interfaceBlockState- Mappings:
Namespace Name Mixin selector official aLalz;a(Lamo;)Lalz;intermediary method_1223Lnet/minecraft/class_376;method_1223(Lnet/minecraft/class_392;)Lnet/minecraft/class_376;named method_1223Lnet/minecraft/block/BlockState;method_1223(Lnet/minecraft/state/property/Property;)Lnet/minecraft/block/BlockState;
-
method_1220
- Mappings:
Namespace Name Mixin selector official aLaly;a(Ljava/util/Collection;Ljava/lang/Object;)Ljava/lang/Object;intermediary method_1220Lnet/minecraft/class_375;method_1220(Ljava/util/Collection;Ljava/lang/Object;)Ljava/lang/Object;named method_1220Lnet/minecraft/block/AbstractBlockState;method_1220(Ljava/util/Collection;Ljava/lang/Object;)Ljava/lang/Object;
-
toString
-