Package net.minecraft.block
Interface BlockState
- All Superinterfaces:
BaseBlockState,class_2741
- All Known Implementing Classes:
AbstractBlockState,StateManager.BlockStateImpl
- Mappings:
Namespace Name official atlintermediary net/minecraft/class_2232named net/minecraft/block/BlockState
-
Method Summary
Modifier and TypeMethodDescription<T extends Comparable<T>>
TgetBlock()Collection<Property<?>>ImmutableMap<Property<?>,Comparable<?>> <T extends Comparable<T>>
BlockStatemethod_9024(Property<T> property) <T extends Comparable<T>,V extends T>
BlockStateMethods inherited from interface net.minecraft.block.BaseBlockState
appendCollisionBoxes, getCollisionBox, getHardness, getLuminance, getMaterial, getMaterialColor, getOpacity, getPistonBehavior, getRenderType, getStrongRedstonePower, isFullBlock, method_11709, method_11711, method_11712, method_11713, method_11716, method_11717, method_11719, method_11722, method_11724, method_11726, method_11727, method_11728, method_11730, method_11732, method_11733, method_11734, method_11735, method_11736, method_11739, method_13361, method_13761, method_13762, method_13763, withMirror, withRotationMethods inherited from interface net.minecraft.class_2741
method_11706, method_11707
-
Method Details
-
getProperties
Collection<Property<?>> getProperties()- Mappings:
Namespace Name Mixin selector official tLatl;t()Ljava/util/Collection;intermediary method_9023Lnet/minecraft/class_2232;method_9023()Ljava/util/Collection;named getPropertiesLnet/minecraft/block/BlockState;getProperties()Ljava/util/Collection;
-
get
- Mappings:
Namespace Name Mixin selector official cLatl;c(Laub;)Ljava/lang/Comparable;intermediary method_9027Lnet/minecraft/class_2232;method_9027(Lnet/minecraft/class_2247;)Ljava/lang/Comparable;named getLnet/minecraft/block/BlockState;get(Lnet/minecraft/state/property/Property;)Ljava/lang/Comparable;
-
with
- Mappings:
Namespace Name Mixin selector official aLatl;a(Laub;Ljava/lang/Comparable;)Latl;intermediary method_9025Lnet/minecraft/class_2232;method_9025(Lnet/minecraft/class_2247;Ljava/lang/Comparable;)Lnet/minecraft/class_2232;named withLnet/minecraft/block/BlockState;with(Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;)Lnet/minecraft/block/BlockState;
-
method_9024
- Mappings:
Namespace Name Mixin selector official aLatl;a(Laub;)Latl;intermediary method_9024Lnet/minecraft/class_2232;method_9024(Lnet/minecraft/class_2247;)Lnet/minecraft/class_2232;named method_9024Lnet/minecraft/block/BlockState;method_9024(Lnet/minecraft/state/property/Property;)Lnet/minecraft/block/BlockState;
-
getPropertyMap
ImmutableMap<Property<?>,Comparable<?>> getPropertyMap()- Mappings:
Namespace Name Mixin selector official uLatl;u()Lcom/google/common/collect/ImmutableMap;intermediary method_9026Lnet/minecraft/class_2232;method_9026()Lcom/google/common/collect/ImmutableMap;named getPropertyMapLnet/minecraft/block/BlockState;getPropertyMap()Lcom/google/common/collect/ImmutableMap;
-
getBlock
Block getBlock()- Mappings:
Namespace Name Mixin selector official vLatl;v()Lalu;intermediary method_9028Lnet/minecraft/class_2232;method_9028()Lnet/minecraft/class_197;named getBlockLnet/minecraft/block/BlockState;getBlock()Lnet/minecraft/block/Block;
-