Class LanternBlock

All Implemented Interfaces:
FluidDrainable, FluidFillable, Waterloggable, ItemConvertible, ToggleableFeature

public class LanternBlock extends Block implements Waterloggable
Mappings:
Namespace Name
official daw
intermediary net/minecraft/class_3749
named net/minecraft/block/LanternBlock
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<LanternBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldaw;a:Lcom/mojang/serialization/MapCodec;
      intermediary field_46381 Lnet/minecraft/class_3749;field_46381:Lcom/mojang/serialization/MapCodec;
      named CODEC Lnet/minecraft/block/LanternBlock;CODEC:Lcom/mojang/serialization/MapCodec;
    • HANGING

      public static final BooleanProperty HANGING
      Mappings:
      Namespace Name Mixin selector
      official b Ldaw;b:Ldjy;
      intermediary field_16545 Lnet/minecraft/class_3749;field_16545:Lnet/minecraft/class_2746;
      named HANGING Lnet/minecraft/block/LanternBlock;HANGING:Lnet/minecraft/state/property/BooleanProperty;
    • WATERLOGGED

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      official c Ldaw;c:Ldjy;
      intermediary field_26441 Lnet/minecraft/class_3749;field_26441:Lnet/minecraft/class_2746;
      named WATERLOGGED Lnet/minecraft/block/LanternBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
    • STANDING_SHAPE

      protected static final VoxelShape STANDING_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Ldaw;d:Lemm;
      intermediary field_16546 Lnet/minecraft/class_3749;field_16546:Lnet/minecraft/class_265;
      named STANDING_SHAPE Lnet/minecraft/block/LanternBlock;STANDING_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • HANGING_SHAPE

      protected static final VoxelShape HANGING_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Ldaw;e:Lemm;
      intermediary field_16544 Lnet/minecraft/class_3749;field_16544:Lnet/minecraft/class_265;
      named HANGING_SHAPE Lnet/minecraft/block/LanternBlock;HANGING_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • LanternBlock

      public LanternBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldjg;<init>(Ldjg$d;)V
      intermediary <init> Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details