Class ChestBlock

All Implemented Interfaces:
BlockEntityProvider, FluidDrainable, FluidFillable, Waterloggable, ItemConvertible
Direct Known Subclasses:
TrappedChestBlock

public class ChestBlock extends AbstractChestBlock<ChestBlockEntity> implements Waterloggable
Mappings:
Namespace Name
official cdw
intermediary net/minecraft/class_2281
named net/minecraft/block/ChestBlock
  • Field Details

    • FACING

      public static final DirectionProperty FACING
      Mappings:
      Namespace Name Mixin selector
      official b Lcdw;b:Lcox;
      intermediary field_10768 Lnet/minecraft/class_2281;field_10768:Lnet/minecraft/class_2753;
      named FACING Lnet/minecraft/block/ChestBlock;FACING:Lnet/minecraft/state/property/DirectionProperty;
    • CHEST_TYPE

      public static final EnumProperty<ChestType> CHEST_TYPE
      Mappings:
      Namespace Name Mixin selector
      official c Lcdw;c:Lcpb;
      intermediary field_10770 Lnet/minecraft/class_2281;field_10770:Lnet/minecraft/class_2754;
      named CHEST_TYPE Lnet/minecraft/block/ChestBlock;CHEST_TYPE:Lnet/minecraft/state/property/EnumProperty;
    • WATERLOGGED

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      official d Lcdw;d:Lcou;
      intermediary field_10772 Lnet/minecraft/class_2281;field_10772:Lnet/minecraft/class_2746;
      named WATERLOGGED Lnet/minecraft/block/ChestBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
    • field_31057

      public static final int field_31057
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Lcdw;e:I
      intermediary field_31057 Lnet/minecraft/class_2281;field_31057:I
      named field_31057 Lnet/minecraft/block/ChestBlock;field_31057:I
    • field_31058

      protected static final int field_31058
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official f Lcdw;f:I
      intermediary field_31058 Lnet/minecraft/class_2281;field_31058:I
      named field_31058 Lnet/minecraft/block/ChestBlock;field_31058:I
    • field_31059

      protected static final int field_31059
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official g Lcdw;g:I
      intermediary field_31059 Lnet/minecraft/class_2281;field_31059:I
      named field_31059 Lnet/minecraft/block/ChestBlock;field_31059:I
    • DOUBLE_NORTH_SHAPE

      protected static final VoxelShape DOUBLE_NORTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lcdw;h:Ldpf;
      intermediary field_10767 Lnet/minecraft/class_2281;field_10767:Lnet/minecraft/class_265;
      named DOUBLE_NORTH_SHAPE Lnet/minecraft/block/ChestBlock;DOUBLE_NORTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • DOUBLE_SOUTH_SHAPE

      protected static final VoxelShape DOUBLE_SOUTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lcdw;i:Ldpf;
      intermediary field_10771 Lnet/minecraft/class_2281;field_10771:Lnet/minecraft/class_265;
      named DOUBLE_SOUTH_SHAPE Lnet/minecraft/block/ChestBlock;DOUBLE_SOUTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • DOUBLE_WEST_SHAPE

      protected static final VoxelShape DOUBLE_WEST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official j Lcdw;j:Ldpf;
      intermediary field_10773 Lnet/minecraft/class_2281;field_10773:Lnet/minecraft/class_265;
      named DOUBLE_WEST_SHAPE Lnet/minecraft/block/ChestBlock;DOUBLE_WEST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • DOUBLE_EAST_SHAPE

      protected static final VoxelShape DOUBLE_EAST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official k Lcdw;k:Ldpf;
      intermediary field_10769 Lnet/minecraft/class_2281;field_10769:Lnet/minecraft/class_265;
      named DOUBLE_EAST_SHAPE Lnet/minecraft/block/ChestBlock;DOUBLE_EAST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • SINGLE_SHAPE

      protected static final VoxelShape SINGLE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official l Lcdw;l:Ldpf;
      intermediary field_10774 Lnet/minecraft/class_2281;field_10774:Lnet/minecraft/class_265;
      named SINGLE_SHAPE Lnet/minecraft/block/ChestBlock;SINGLE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • INVENTORY_RETRIEVER

      private static final DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,Optional<Inventory>> INVENTORY_RETRIEVER
      Mappings:
      Namespace Name Mixin selector
      official m Lcdw;m:Lcev$b;
      intermediary field_17356 Lnet/minecraft/class_2281;field_17356:Lnet/minecraft/class_4732$class_3923;
      named INVENTORY_RETRIEVER Lnet/minecraft/block/ChestBlock;INVENTORY_RETRIEVER:Lnet/minecraft/block/DoubleBlockProperties$PropertyRetriever;
    • NAME_RETRIEVER

      Mappings:
      Namespace Name Mixin selector
      official n Lcdw;n:Lcev$b;
      intermediary field_17357 Lnet/minecraft/class_2281;field_17357:Lnet/minecraft/class_4732$class_3923;
      named NAME_RETRIEVER Lnet/minecraft/block/ChestBlock;NAME_RETRIEVER:Lnet/minecraft/block/DoubleBlockProperties$PropertyRetriever;
  • Constructor Details

    • ChestBlock

      protected ChestBlock(AbstractBlock.Settings settings, Supplier<BlockEntityType<? extends ChestBlockEntity>> entityTypeSupplier)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcbs;<init>(Lcob$c;Ljava/util/function/Supplier;)V
      intermediary <init> Lnet/minecraft/class_4739;<init>(Lnet/minecraft/class_4970$class_2251;Ljava/util/function/Supplier;)V
      named <init> Lnet/minecraft/block/AbstractChestBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;Ljava/util/function/Supplier;)V
  • Method Details

    • getDoubleBlockType

      public static DoubleBlockProperties.Type getDoubleBlockType(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official g Lcdw;g(Lcoc;)Lcev$a;
      intermediary method_24169 Lnet/minecraft/class_2281;method_24169(Lnet/minecraft/class_2680;)Lnet/minecraft/class_4732$class_4733;
      named getDoubleBlockType Lnet/minecraft/block/ChestBlock;getDoubleBlockType(Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/DoubleBlockProperties$Type;
    • getRenderType

      public BlockRenderType getRenderType(BlockState state)
      Overrides:
      getRenderType in class BlockWithEntity
      Mappings:
      Namespace Name Mixin selector
      official b_ Lcob;b_(Lcoc;)Lcin;
      intermediary method_9604 Lnet/minecraft/class_4970;method_9604(Lnet/minecraft/class_2680;)Lnet/minecraft/class_2464;
      named getRenderType Lnet/minecraft/block/AbstractBlock;getRenderType(Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockRenderType;
    • 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 Lcob;a(Lcoc;Lgm;Lcoc;Lcae;Lgh;Lgh;)Lcoc;
      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;
    • getOutlineShape

      public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getOutlineShape in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a(Lcoc;Lbzj;Lgh;Ldor;)Ldpf;
      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;
    • getFacing

      public static Direction getFacing(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official h Lcdw;h(Lcoc;)Lgm;
      intermediary method_9758 Lnet/minecraft/class_2281;method_9758(Lnet/minecraft/class_2680;)Lnet/minecraft/class_2350;
      named getFacing Lnet/minecraft/block/ChestBlock;getFacing(Lnet/minecraft/block/BlockState;)Lnet/minecraft/util/math/Direction;
    • getPlacementState

      public BlockState getPlacementState(ItemPlacementContext ctx)
      Overrides:
      getPlacementState in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lccy;a(Lbwe;)Lcoc;
      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_ Lcob;c_(Lcoc;)Ldhv;
      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;
    • getNeighborChestDirection

      @Nullable private @Nullable Direction getNeighborChestDirection(ItemPlacementContext ctx, Direction dir)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdw;a(Lbwe;Lgm;)Lgm;
      intermediary method_9753 Lnet/minecraft/class_2281;method_9753(Lnet/minecraft/class_1750;Lnet/minecraft/class_2350;)Lnet/minecraft/class_2350;
      named getNeighborChestDirection Lnet/minecraft/block/ChestBlock;getNeighborChestDirection(Lnet/minecraft/item/ItemPlacementContext;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/Direction;
    • onPlaced

      public void onPlaced(World world, BlockPos pos, BlockState state, LivingEntity placer, ItemStack itemStack)
      Overrides:
      onPlaced in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lccy;a(Lcad;Lgh;Lcoc;Laxh;Lbue;)V
      intermediary method_9567 Lnet/minecraft/class_2248;method_9567(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;)V
      named onPlaced Lnet/minecraft/block/Block;onPlaced(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/item/ItemStack;)V
    • onStateReplaced

      public void onStateReplaced(BlockState state, World world, BlockPos pos, BlockState newState, boolean moved)
      Called in WorldChunk.setBlockState(BlockPos, BlockState, boolean) if newState is different from state. Vanilla blocks perform removal cleanups here.
      Overrides:
      onStateReplaced in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a(Lcoc;Lcad;Lgh;Lcoc;Z)V
      intermediary method_9536 Lnet/minecraft/class_4970;method_9536(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Z)V
      named onStateReplaced Lnet/minecraft/block/AbstractBlock;onStateReplaced(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Z)V
    • onUse

      public ActionResult onUse(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, BlockHitResult hit)
      Called when this block is used by a player. This, by default, is bound to using the right mouse button.

      This method is called on both the logical client and logical server, so take caution when overriding this method. The logical side can be checked using world.isClient().

      If the action result is successful on a logical client, then the action will be sent to the logical server for processing.

      Overrides:
      onUse in class AbstractBlock
      Returns:
      an action result that specifies if using the block was successful.
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a(Lcoc;Lcad;Lgh;Lbnr;Lavp;Ldoi;)Lavq;
      intermediary method_9534 Lnet/minecraft/class_4970;method_9534(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;Lnet/minecraft/class_3965;)Lnet/minecraft/class_1269;
      named onUse Lnet/minecraft/block/AbstractBlock;onUse(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;)Lnet/minecraft/util/ActionResult;
    • getOpenStat

      protected Stat<Identifier> getOpenStat()
      Mappings:
      Namespace Name Mixin selector
      official d Lcdw;d()Lahc;
      intermediary method_9755 Lnet/minecraft/class_2281;method_9755()Lnet/minecraft/class_3445;
      named getOpenStat Lnet/minecraft/block/ChestBlock;getOpenStat()Lnet/minecraft/stat/Stat;
    • getExpectedEntityType

      public BlockEntityType<? extends ChestBlockEntity> getExpectedEntityType()
      Mappings:
      Namespace Name Mixin selector
      official e Lcdw;e()Lcmb;
      intermediary method_31641 Lnet/minecraft/class_2281;method_31641()Lnet/minecraft/class_2591;
      named getExpectedEntityType Lnet/minecraft/block/ChestBlock;getExpectedEntityType()Lnet/minecraft/block/entity/BlockEntityType;
    • getInventory

      @Nullable public static @Nullable Inventory getInventory(ChestBlock block, BlockState state, World world, BlockPos pos, boolean ignoreBlocked)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdw;a(Lcdw;Lcoc;Lcad;Lgh;Z)Lavj;
      intermediary method_17458 Lnet/minecraft/class_2281;method_17458(Lnet/minecraft/class_2281;Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Z)Lnet/minecraft/class_1263;
      named getInventory Lnet/minecraft/block/ChestBlock;getInventory(Lnet/minecraft/block/ChestBlock;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Z)Lnet/minecraft/inventory/Inventory;
    • getBlockEntitySource

      public DoubleBlockProperties.PropertySource<? extends ChestBlockEntity> getBlockEntitySource(BlockState state, World world, BlockPos pos, boolean ignoreBlocked)
      Specified by:
      getBlockEntitySource in class AbstractChestBlock<ChestBlockEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lcbs;a(Lcoc;Lcad;Lgh;Z)Lcev$c;
      intermediary method_24167 Lnet/minecraft/class_4739;method_24167(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Z)Lnet/minecraft/class_4732$class_4734;
      named getBlockEntitySource Lnet/minecraft/block/AbstractChestBlock;getBlockEntitySource(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Z)Lnet/minecraft/block/DoubleBlockProperties$PropertySource;
    • createScreenHandlerFactory

      @Nullable public @Nullable NamedScreenHandlerFactory createScreenHandlerFactory(BlockState state, World world, BlockPos pos)
      Overrides:
      createScreenHandlerFactory in class BlockWithEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lcob;b(Lcoc;Lcad;Lgh;)Lavt;
      intermediary method_17454 Lnet/minecraft/class_4970;method_17454(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Lnet/minecraft/class_3908;
      named createScreenHandlerFactory Lnet/minecraft/block/AbstractBlock;createScreenHandlerFactory(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/screen/NamedScreenHandlerFactory;
    • getAnimationProgressRetriever

      Mappings:
      Namespace Name Mixin selector
      official a Lcdw;a(Lcmv;)Lcev$b;
      intermediary method_24166 Lnet/minecraft/class_2281;method_24166(Lnet/minecraft/class_2618;)Lnet/minecraft/class_4732$class_3923;
      named getAnimationProgressRetriever Lnet/minecraft/block/ChestBlock;getAnimationProgressRetriever(Lnet/minecraft/client/block/ChestAnimationProgress;)Lnet/minecraft/block/DoubleBlockProperties$PropertyRetriever;
    • createBlockEntity

      public BlockEntity createBlockEntity(BlockPos pos, BlockState state)
      Specified by:
      createBlockEntity in interface BlockEntityProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lcff;a(Lgh;Lcoc;)Lclz;
      intermediary method_10123 Lnet/minecraft/class_2343;method_10123(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_2586;
      named createBlockEntity Lnet/minecraft/block/BlockEntityProvider;createBlockEntity(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/entity/BlockEntity;
    • getTicker

      @Nullable public <T extends BlockEntity> @Nullable BlockEntityTicker<T> getTicker(World world, BlockState state, BlockEntityType<T> type)
      Specified by:
      getTicker in interface BlockEntityProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lcff;a(Lcad;Lcoc;Lcmb;)Lcma;
      intermediary method_31645 Lnet/minecraft/class_2343;method_31645(Lnet/minecraft/class_1937;Lnet/minecraft/class_2680;Lnet/minecraft/class_2591;)Lnet/minecraft/class_5558;
      named getTicker Lnet/minecraft/block/BlockEntityProvider;getTicker(Lnet/minecraft/world/World;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntityType;)Lnet/minecraft/block/entity/BlockEntityTicker;
    • isChestBlocked

      public static boolean isChestBlocked(WorldAccess world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdw;a(Lcae;Lgh;)Z
      intermediary method_9756 Lnet/minecraft/class_2281;method_9756(Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;)Z
      named isChestBlocked Lnet/minecraft/block/ChestBlock;isChestBlocked(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
    • hasBlockOnTop

      private static boolean hasBlockOnTop(BlockView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdw;a(Lbzj;Lgh;)Z
      intermediary method_9757 Lnet/minecraft/class_2281;method_9757(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
      named hasBlockOnTop Lnet/minecraft/block/ChestBlock;hasBlockOnTop(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Z
    • hasOcelotOnTop

      private static boolean hasOcelotOnTop(WorldAccess world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Lcdw;b(Lcae;Lgh;)Z
      intermediary method_9754 Lnet/minecraft/class_2281;method_9754(Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;)Z
      named hasOcelotOnTop Lnet/minecraft/block/ChestBlock;hasOcelotOnTop(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
    • hasComparatorOutput

      public boolean hasComparatorOutput(BlockState state)
      Overrides:
      hasComparatorOutput in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official d_ Lcob;d_(Lcoc;)Z
      intermediary method_9498 Lnet/minecraft/class_4970;method_9498(Lnet/minecraft/class_2680;)Z
      named hasComparatorOutput Lnet/minecraft/block/AbstractBlock;hasComparatorOutput(Lnet/minecraft/block/BlockState;)Z
    • getComparatorOutput

      public int getComparatorOutput(BlockState state, World world, BlockPos pos)
      Overrides:
      getComparatorOutput in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a(Lcoc;Lcad;Lgh;)I
      intermediary method_9572 Lnet/minecraft/class_4970;method_9572(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)I
      named getComparatorOutput Lnet/minecraft/block/AbstractBlock;getComparatorOutput(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)I
    • rotate

      public BlockState rotate(BlockState state, BlockRotation rotation)
      Applies a block rotation to a block state.

      By default, this returns the provided block state.

      Overrides:
      rotate in class AbstractBlock
      Returns:
      the rotated block state
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a(Lcoc;Lciu;)Lcoc;
      intermediary method_9598 Lnet/minecraft/class_4970;method_9598(Lnet/minecraft/class_2680;Lnet/minecraft/class_2470;)Lnet/minecraft/class_2680;
      named rotate Lnet/minecraft/block/AbstractBlock;rotate(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/block/BlockState;
    • mirror

      public BlockState mirror(BlockState state, BlockMirror mirror)
      Overrides:
      mirror in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a(Lcoc;Lchh;)Lcoc;
      intermediary method_9569 Lnet/minecraft/class_4970;method_9569(Lnet/minecraft/class_2680;Lnet/minecraft/class_2415;)Lnet/minecraft/class_2680;
      named mirror Lnet/minecraft/block/AbstractBlock;mirror(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/BlockMirror;)Lnet/minecraft/block/BlockState;
    • appendProperties

      protected void appendProperties(StateManager.Builder<Block,BlockState> builder)
      Overrides:
      appendProperties in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lccy;a(Lcod$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
    • canPathfindThrough

      public boolean canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type)
      Overrides:
      canPathfindThrough in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a(Lcoc;Lbzj;Lgh;Ldim;)Z
      intermediary method_9516 Lnet/minecraft/class_4970;method_9516(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_10;)Z
      named canPathfindThrough Lnet/minecraft/block/AbstractBlock;canPathfindThrough(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/ai/pathing/NavigationType;)Z
    • scheduledTick

      public void scheduledTick(BlockState state, ServerWorld world, BlockPos pos, Random random)
      Overrides:
      scheduledTick in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a(Lcoc;Ladi;Lgh;Ljava/util/Random;)V
      intermediary method_9588 Lnet/minecraft/class_4970;method_9588(Lnet/minecraft/class_2680;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Ljava/util/Random;)V
      named scheduledTick Lnet/minecraft/block/AbstractBlock;scheduledTick(Lnet/minecraft/block/BlockState;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V