Class BlockState


public class BlockState extends AbstractBlock.AbstractBlockState
Mappings:
Namespace Name
official cyt
intermediary net/minecraft/class_2680
named net/minecraft/block/BlockState
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<BlockState> CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lcyt;b:Lcom/mojang/serialization/Codec;
      intermediary field_24734 Lnet/minecraft/class_2680;field_24734:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/block/BlockState;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • BlockState

      public BlockState(Block block, ImmutableMap<Property<?>,Comparable<?>> propertyMap, com.mojang.serialization.MapCodec<BlockState> codec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcys$a;<init>(Lcmt;Lcom/google/common/collect/ImmutableMap;Lcom/mojang/serialization/MapCodec;)V
      intermediary <init> Lnet/minecraft/class_4970$class_4971;<init>(Lnet/minecraft/class_2248;Lcom/google/common/collect/ImmutableMap;Lcom/mojang/serialization/MapCodec;)V
      named <init> Lnet/minecraft/block/AbstractBlock$AbstractBlockState;<init>(Lnet/minecraft/block/Block;Lcom/google/common/collect/ImmutableMap;Lcom/mojang/serialization/MapCodec;)V
  • Method Details

    • asBlockState

      protected BlockState asBlockState()
      Specified by:
      asBlockState in class AbstractBlock.AbstractBlockState
      Mappings:
      Namespace Name Mixin selector
      official t Lcys$a;t()Lcyt;
      intermediary method_26233 Lnet/minecraft/class_4970$class_4971;method_26233()Lnet/minecraft/class_2680;
      named asBlockState Lnet/minecraft/block/AbstractBlock$AbstractBlockState;asBlockState()Lnet/minecraft/block/BlockState;