Package net.minecraft

Class class_7323

All Implemented Interfaces:
FluidDrainable, FluidFillable, Waterloggable, ItemConvertible

public class class_7323 extends Block implements Waterloggable
Mappings:
Namespace Name
official cgq
intermediary net/minecraft/class_7323
named net/minecraft/class_7323
  • Field Details

    • field_38559

      protected static final VoxelShape field_38559
      Mappings:
      Namespace Name Mixin selector
      official a Lcgq;a:Ldqs;
      intermediary field_38559 Lnet/minecraft/class_7323;field_38559:Lnet/minecraft/class_265;
      named field_38559 Lnet/minecraft/class_7323;field_38559:Lnet/minecraft/util/shape/VoxelShape;
    • field_38561

      private static final IntProperty field_38561
      Mappings:
      Namespace Name Mixin selector
      official c Lcgq;c:Lcqg;
      intermediary field_38561 Lnet/minecraft/class_7323;field_38561:Lnet/minecraft/class_2758;
      named field_38561 Lnet/minecraft/class_7323;field_38561:Lnet/minecraft/state/property/IntProperty;
    • field_38560

      public static final BooleanProperty field_38560
      Mappings:
      Namespace Name Mixin selector
      official b Lcgq;b:Lcpx;
      intermediary field_38560 Lnet/minecraft/class_7323;field_38560:Lnet/minecraft/class_2746;
      named field_38560 Lnet/minecraft/class_7323;field_38560:Lnet/minecraft/state/property/BooleanProperty;
  • Constructor Details

    • class_7323

      protected class_7323(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcpf;<init>(Lcpf$c;)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

    • appendProperties

      protected void appendProperties(StateManager.Builder<Block,BlockState> builder)
      Overrides:
      appendProperties in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lcdt;a(Lcph$a;)V
      intermediary method_9515 Lnet/minecraft/class_2248;method_9515(Lnet/minecraft/class_2689$class_2690;)V
      named appendProperties Lnet/minecraft/block/Block;appendProperties(Lnet/minecraft/state/StateManager$Builder;)V
    • getOutlineShape

      public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getOutlineShape in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcpf;a(Lcpg;Lcad;Lgk;Ldqe;)Ldqs;
      intermediary method_9530 Lnet/minecraft/class_4970;method_9530(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_3726;)Lnet/minecraft/class_265;
      named getOutlineShape Lnet/minecraft/block/AbstractBlock;getOutlineShape(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;)Lnet/minecraft/util/shape/VoxelShape;
    • getStateForNeighborUpdate

      public BlockState getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos)
      Gets the possibly updated block state of this block when a neighboring block is updated.
      Overrides:
      getStateForNeighborUpdate in class AbstractBlock
      Parameters:
      state - the state of this block
      direction - the direction from this block to the neighbor
      neighborState - the state of the updated neighbor block
      world - the world
      pos - the position of this block
      neighborPos - the position of the neighbor block
      Returns:
      the new state of this block
      Mappings:
      Namespace Name Mixin selector
      official a Lcpf;a(Lcpg;Lgp;Lcpg;Lcaz;Lgk;Lgk;)Lcpg;
      intermediary method_9559 Lnet/minecraft/class_4970;method_9559(Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
      named getStateForNeighborUpdate Lnet/minecraft/block/AbstractBlock;getStateForNeighborUpdate(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Direction;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
    • getPlacementState

      @Nullable public @Nullable BlockState getPlacementState(ItemPlacementContext ctx)
      Overrides:
      getPlacementState in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lcdt;a(Lbwx;)Lcpg;
      intermediary method_9605 Lnet/minecraft/class_2248;method_9605(Lnet/minecraft/class_1750;)Lnet/minecraft/class_2680;
      named getPlacementState Lnet/minecraft/block/Block;getPlacementState(Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/block/BlockState;
    • getFluidState

      public FluidState getFluidState(BlockState state)
      Overrides:
      getFluidState in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official c_ Lcpf;c_(Lcpg;)Ldji;
      intermediary method_9545 Lnet/minecraft/class_4970;method_9545(Lnet/minecraft/class_2680;)Lnet/minecraft/class_3610;
      named getFluidState Lnet/minecraft/block/AbstractBlock;getFluidState(Lnet/minecraft/block/BlockState;)Lnet/minecraft/fluid/FluidState;
    • canPlaceAt

      public boolean canPlaceAt(BlockState state, WorldView world, BlockPos pos)
      Overrides:
      canPlaceAt in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcpf;a(Lcpg;Lcbb;Lgk;)Z
      intermediary method_9558 Lnet/minecraft/class_4970;method_9558(Lnet/minecraft/class_2680;Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Z
      named canPlaceAt Lnet/minecraft/block/AbstractBlock;canPlaceAt(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
    • method_42879

      @Nullable public static @Nullable BlockState method_42879(BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official h Lcgq;h(Lcpg;)Lcpg;
      intermediary method_42879 Lnet/minecraft/class_7323;method_42879(Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680;
      named method_42879 Lnet/minecraft/class_7323;method_42879(Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockState;
    • method_42880

      @Nullable public static @Nullable BlockState method_42880(BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official n Lcgq;n(Lcpg;)Lcpg;
      intermediary method_42880 Lnet/minecraft/class_7323;method_42880(Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680;
      named method_42880 Lnet/minecraft/class_7323;method_42880(Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockState;
    • method_42878

      @Nullable public static @Nullable BlockState method_42878(Item item)
      Mappings:
      Namespace Name Mixin selector
      official b Lcgq;b(Lbut;)Lcpg;
      intermediary method_42878 Lnet/minecraft/class_7323;method_42878(Lnet/minecraft/class_1792;)Lnet/minecraft/class_2680;
      named method_42878 Lnet/minecraft/class_7323;method_42878(Lnet/minecraft/item/Item;)Lnet/minecraft/block/BlockState;
    • method_42881

      @Nullable public static @Nullable Item method_42881(BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official o Lcgq;o(Lcpg;)Lbut;
      intermediary method_42881 Lnet/minecraft/class_7323;method_42881(Lnet/minecraft/class_2680;)Lnet/minecraft/class_1792;
      named method_42881 Lnet/minecraft/class_7323;method_42881(Lnet/minecraft/block/BlockState;)Lnet/minecraft/item/Item;