Interface BlockState

All Known Implementing Classes:
AbstractBlockState, class_2234

public interface BlockState
Mappings:
Namespace Name
official bec
intermediary net/minecraft/class_2232
named net/minecraft/block/BlockState
  • Method Details

    • getProperties

      Collection getProperties()
      Mappings:
      Namespace Name Mixin selector
      official a Lbec;a()Ljava/util/Collection;
      intermediary method_9023 Lnet/minecraft/class_2232;method_9023()Ljava/util/Collection;
      named getProperties Lnet/minecraft/block/BlockState;getProperties()Ljava/util/Collection;
    • get

      Comparable get(Property property)
      Mappings:
      Namespace Name Mixin selector
      official b Lbec;b(Lbex;)Ljava/lang/Comparable;
      intermediary method_9027 Lnet/minecraft/class_2232;method_9027(Lnet/minecraft/class_2247;)Ljava/lang/Comparable;
      named get Lnet/minecraft/block/BlockState;get(Lnet/minecraft/state/property/Property;)Ljava/lang/Comparable;
    • with

      BlockState with(Property property, Comparable comparable)
      Mappings:
      Namespace Name Mixin selector
      official a Lbec;a(Lbex;Ljava/lang/Comparable;)Lbec;
      intermediary method_9025 Lnet/minecraft/class_2232;method_9025(Lnet/minecraft/class_2247;Ljava/lang/Comparable;)Lnet/minecraft/class_2232;
      named with Lnet/minecraft/block/BlockState;with(Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;)Lnet/minecraft/block/BlockState;
    • method_9024

      BlockState method_9024(Property property)
      Mappings:
      Namespace Name Mixin selector
      official a Lbec;a(Lbex;)Lbec;
      intermediary method_9024 Lnet/minecraft/class_2232;method_9024(Lnet/minecraft/class_2247;)Lnet/minecraft/class_2232;
      named method_9024 Lnet/minecraft/block/BlockState;method_9024(Lnet/minecraft/state/property/Property;)Lnet/minecraft/block/BlockState;
    • getPropertyMap

      ImmutableMap getPropertyMap()
      Mappings:
      Namespace Name Mixin selector
      official b Lbec;b()Lcom/google/common/collect/ImmutableMap;
      intermediary method_9026 Lnet/minecraft/class_2232;method_9026()Lcom/google/common/collect/ImmutableMap;
      named getPropertyMap Lnet/minecraft/block/BlockState;getPropertyMap()Lcom/google/common/collect/ImmutableMap;
    • getBlock

      Block getBlock()
      Mappings:
      Namespace Name Mixin selector
      official c Lbec;c()Latr;
      intermediary method_9028 Lnet/minecraft/class_2232;method_9028()Lnet/minecraft/class_197;
      named getBlock Lnet/minecraft/block/BlockState;getBlock()Lnet/minecraft/block/Block;