Class WallBlock

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

public class WallBlock extends Block implements Waterloggable
Mappings:
Namespace Name
named net/minecraft/block/WallBlock
intermediary net/minecraft/class_2544
official dxd
  • Field Details Link icon

    • CODEC Link icon

      public static final com.mojang.serialization.MapCodec<WallBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/block/WallBlock;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_46487 Lnet/minecraft/class_2544;field_46487:Lcom/mojang/serialization/MapCodec;
      official a Ldxd;a:Lcom/mojang/serialization/MapCodec;
    • UP Link icon

      public static final BooleanProperty UP
      Mappings:
      Namespace Name Mixin selector
      named UP Lnet/minecraft/block/WallBlock;UP:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_11717 Lnet/minecraft/class_2544;field_11717:Lnet/minecraft/class_2746;
      official b Ldxd;b:Lech;
    • EAST_WALL_SHAPE Link icon

      public static final EnumProperty<WallShape> EAST_WALL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      named EAST_WALL_SHAPE Lnet/minecraft/block/WallBlock;EAST_WALL_SHAPE:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_55815 Lnet/minecraft/class_2544;field_55815:Lnet/minecraft/class_2754;
      official c Ldxd;c:Leco;
    • NORTH_WALL_SHAPE Link icon

      public static final EnumProperty<WallShape> NORTH_WALL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      named NORTH_WALL_SHAPE Lnet/minecraft/block/WallBlock;NORTH_WALL_SHAPE:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_55816 Lnet/minecraft/class_2544;field_55816:Lnet/minecraft/class_2754;
      official d Ldxd;d:Leco;
    • SOUTH_WALL_SHAPE Link icon

      public static final EnumProperty<WallShape> SOUTH_WALL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      named SOUTH_WALL_SHAPE Lnet/minecraft/block/WallBlock;SOUTH_WALL_SHAPE:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_55817 Lnet/minecraft/class_2544;field_55817:Lnet/minecraft/class_2754;
      official e Ldxd;e:Leco;
    • WEST_WALL_SHAPE Link icon

      public static final EnumProperty<WallShape> WEST_WALL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      named WEST_WALL_SHAPE Lnet/minecraft/block/WallBlock;WEST_WALL_SHAPE:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_55818 Lnet/minecraft/class_2544;field_55818:Lnet/minecraft/class_2754;
      official f Ldxd;f:Leco;
    • WALL_SHAPE_PROPERTIES_BY_DIRECTION Link icon

      public static final Map<Direction,EnumProperty<WallShape>> WALL_SHAPE_PROPERTIES_BY_DIRECTION
      Mappings:
      Namespace Name Mixin selector
      named WALL_SHAPE_PROPERTIES_BY_DIRECTION Lnet/minecraft/block/WallBlock;WALL_SHAPE_PROPERTIES_BY_DIRECTION:Ljava/util/Map;
      intermediary field_55819 Lnet/minecraft/class_2544;field_55819:Ljava/util/Map;
      official g Ldxd;g:Ljava/util/Map;
    • WATERLOGGED Link icon

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      named WATERLOGGED Lnet/minecraft/block/WallBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_22160 Lnet/minecraft/class_2544;field_22160:Lnet/minecraft/class_2746;
      official h Ldxd;h:Lech;
    • POST_SHAPE_FOR_TALL_TEST Link icon

      private static final VoxelShape POST_SHAPE_FOR_TALL_TEST
      Mappings:
      Namespace Name Mixin selector
      named POST_SHAPE_FOR_TALL_TEST Lnet/minecraft/block/WallBlock;POST_SHAPE_FOR_TALL_TEST:Lnet/minecraft/util/shape/VoxelShape;
      intermediary field_55813 Lnet/minecraft/class_2544;field_55813:Lnet/minecraft/class_265;
      official R Ldxd;R:Lfgw;
    • WALL_SHAPES_FOR_TALL_TEST_BY_DIRECTION Link icon

      private static final Map<Direction,VoxelShape> WALL_SHAPES_FOR_TALL_TEST_BY_DIRECTION
      Mappings:
      Namespace Name Mixin selector
      named WALL_SHAPES_FOR_TALL_TEST_BY_DIRECTION Lnet/minecraft/block/WallBlock;WALL_SHAPES_FOR_TALL_TEST_BY_DIRECTION:Ljava/util/Map;
      intermediary field_55814 Lnet/minecraft/class_2544;field_55814:Ljava/util/Map;
      official S Ldxd;S:Ljava/util/Map;
    • outlineShapeFunction Link icon

      private final Function<BlockState,VoxelShape> outlineShapeFunction
      Mappings:
      Namespace Name Mixin selector
      named outlineShapeFunction Lnet/minecraft/block/WallBlock;outlineShapeFunction:Ljava/util/function/Function;
      intermediary field_55820 Lnet/minecraft/class_2544;field_55820:Ljava/util/function/Function;
      official i Ldxd;i:Ljava/util/function/Function;
    • collisionShapeFunction Link icon

      private final Function<BlockState,VoxelShape> collisionShapeFunction
      Mappings:
      Namespace Name Mixin selector
      named collisionShapeFunction Lnet/minecraft/block/WallBlock;collisionShapeFunction:Ljava/util/function/Function;
      intermediary field_55812 Lnet/minecraft/class_2544;field_55812:Ljava/util/function/Function;
      official D Ldxd;D:Ljava/util/function/Function;
  • Constructor Details Link icon

    • WallBlock Link icon

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

    • getCodec Link icon

      public com.mojang.serialization.MapCodec<WallBlock> getCodec()
      Overrides:
      getCodec in class Block
      Mappings:
      Namespace Name Mixin selector
      named getCodec Lnet/minecraft/block/AbstractBlock;getCodec()Lcom/mojang/serialization/MapCodec;
      intermediary method_53969 Lnet/minecraft/class_4970;method_53969()Lcom/mojang/serialization/MapCodec;
      official a Lebp;a()Lcom/mojang/serialization/MapCodec;
    • createShapeFunction Link icon

      private Function<BlockState,VoxelShape> createShapeFunction(float tallHeight, float lowHeight)
      Mappings:
      Namespace Name Mixin selector
      named createShapeFunction Lnet/minecraft/block/WallBlock;createShapeFunction(FF)Ljava/util/function/Function;
      intermediary method_24420 Lnet/minecraft/class_2544;method_24420(FF)Ljava/util/function/Function;
      official a Ldxd;a(FF)Ljava/util/function/Function;
    • getOutlineShape Link icon

      protected VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getOutlineShape in class AbstractBlock
      See Also:
      Mappings:
      Namespace Name Mixin selector
      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;
      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;
      official a Lebp;a(Lebq;Ldjn;Liw;Lfgh;)Lfgw;
    • getCollisionShape Link icon

      protected VoxelShape getCollisionShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getCollisionShape in class AbstractBlock
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named getCollisionShape Lnet/minecraft/block/AbstractBlock;getCollisionShape(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;)Lnet/minecraft/util/shape/VoxelShape;
      intermediary method_9549 Lnet/minecraft/class_4970;method_9549(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_3726;)Lnet/minecraft/class_265;
      official b Lebp;b(Lebq;Ldjn;Liw;Lfgh;)Lfgw;
    • canPathfindThrough Link icon

      protected boolean canPathfindThrough(BlockState state, NavigationType type)
      Returns if an entity using navigation type type can navigate through this block.
      Overrides:
      canPathfindThrough in class AbstractBlock
      Returns:
      if an entity using navigation type type can navigate through this block
      See Also:
      API Note:
      Subclasses may override this to prevent or restrict pathfinding through the block. For example, DoorBlock restricts it to open doors only.
      Mappings:
      Namespace Name Mixin selector
      named canPathfindThrough Lnet/minecraft/block/AbstractBlock;canPathfindThrough(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/ai/pathing/NavigationType;)Z
      intermediary method_9516 Lnet/minecraft/class_4970;method_9516(Lnet/minecraft/class_2680;Lnet/minecraft/class_10;)Z
      official a Lebp;a(Lebq;Leyp;)Z
    • shouldConnectTo Link icon

      private boolean shouldConnectTo(BlockState state, boolean faceFullSquare, Direction side)
      Mappings:
      Namespace Name Mixin selector
      named shouldConnectTo Lnet/minecraft/block/WallBlock;shouldConnectTo(Lnet/minecraft/block/BlockState;ZLnet/minecraft/util/math/Direction;)Z
      intermediary method_16704 Lnet/minecraft/class_2544;method_16704(Lnet/minecraft/class_2680;ZLnet/minecraft/class_2350;)Z
      official a Ldxd;a(Lebq;ZLjc;)Z
    • getPlacementState Link icon

      public BlockState getPlacementState(ItemPlacementContext ctx)
      Overrides:
      getPlacementState in class Block
      Mappings:
      Namespace Name Mixin selector
      named getPlacementState Lnet/minecraft/block/Block;getPlacementState(Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/block/BlockState;
      intermediary method_9605 Lnet/minecraft/class_2248;method_9605(Lnet/minecraft/class_1750;)Lnet/minecraft/class_2680;
      official a Ldno;a(Lded;)Lebq;
    • getStateForNeighborUpdate Link icon

      protected BlockState getStateForNeighborUpdate(BlockState state, WorldView world, ScheduledTickView tickView, BlockPos pos, Direction direction, BlockPos neighborPos, BlockState neighborState, Random random)
      Returns the state of the block after a neighboring block's state change.

      Returning Blocks.AIR breaks the block. This is useful to implement supporting block requirement for blocks (if used along with AbstractBlock.canPlaceAt(net.minecraft.block.BlockState, net.minecraft.world.WorldView, net.minecraft.util.math.BlockPos)).

      Side effects like activating a redstone component (but not scheduling a tick) should be performed in AbstractBlock.neighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.Block, net.minecraft.world.block.WireOrientation, boolean) instead. If the block supports waterlogging and currently has water, this method should be overridden to tick the fluid at the block's position.

      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. This is not called if Block.FORCE_STATE flag is set in the setBlockState call.

      This method can be used for multiple purposes. Here are some examples:

      • FenceBlock uses it to update the fence's connection when a horizontally neighboring block's state is changed.
      • PlantBlock uses it to break the plant if the state change causes it to lose its supporting block.
      • DoorBlock uses it to copy the state of the other half of the door.
      • SlabBlock uses it to schedule the fluid to tick if waterlogged.
      • SoulSandBlock uses it to schedule the water block above to tick so that it becomes a bubble column.
      • FallingBlock uses it to schedule the block to tick so that it can fall if needed.
      Overrides:
      getStateForNeighborUpdate in class AbstractBlock
      Parameters:
      state - the state of this block
      world - the world
      pos - the position of this block
      direction - the direction from this block to the neighbor
      neighborPos - the position of the neighbor block
      neighborState - the state of the updated neighbor block
      Returns:
      the state of the block after a neighboring block's state change
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named getStateForNeighborUpdate Lnet/minecraft/block/AbstractBlock;getStateForNeighborUpdate(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldView;Lnet/minecraft/world/tick/ScheduledTickView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/block/BlockState;
      intermediary method_9559 Lnet/minecraft/class_4970;method_9559(Lnet/minecraft/class_2680;Lnet/minecraft/class_4538;Lnet/minecraft/class_10225;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_5819;)Lnet/minecraft/class_2680;
      official a Lebp;a(Lebq;Ldkm;Ldky;Liw;Ljc;Liw;Lebq;Lbai;)Lebq;
    • isConnected Link icon

      private static boolean isConnected(BlockState state, Property<WallShape> property)
      Mappings:
      Namespace Name Mixin selector
      named isConnected Lnet/minecraft/block/WallBlock;isConnected(Lnet/minecraft/block/BlockState;Lnet/minecraft/state/property/Property;)Z
      intermediary method_24424 Lnet/minecraft/class_2544;method_24424(Lnet/minecraft/class_2680;Lnet/minecraft/class_2769;)Z
      official a Ldxd;a(Lebq;Lect;)Z
    • shouldUseTallShape Link icon

      private static boolean shouldUseTallShape(VoxelShape aboveShape, VoxelShape tallShape)
      Mappings:
      Namespace Name Mixin selector
      named shouldUseTallShape Lnet/minecraft/block/WallBlock;shouldUseTallShape(Lnet/minecraft/util/shape/VoxelShape;Lnet/minecraft/util/shape/VoxelShape;)Z
      intermediary method_24427 Lnet/minecraft/class_2544;method_24427(Lnet/minecraft/class_265;Lnet/minecraft/class_265;)Z
      official a Ldxd;a(Lfgw;Lfgw;)Z
    • getStateAt Link icon

      private BlockState getStateAt(WorldView world, BlockState state, BlockPos pos, BlockState aboveState)
      Mappings:
      Namespace Name Mixin selector
      named getStateAt Lnet/minecraft/block/WallBlock;getStateAt(Lnet/minecraft/world/WorldView;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockState;
      intermediary method_24421 Lnet/minecraft/class_2544;method_24421(Lnet/minecraft/class_4538;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680;
      official a Ldxd;a(Ldkm;Lebq;Liw;Lebq;)Lebq;
    • getStateWithNeighbor Link icon

      private BlockState getStateWithNeighbor(WorldView world, BlockPos pos, BlockState state, BlockPos neighborPos, BlockState neighborState, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      named getStateWithNeighbor Lnet/minecraft/block/WallBlock;getStateWithNeighbor(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/block/BlockState;
      intermediary method_24423 Lnet/minecraft/class_2544;method_24423(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;)Lnet/minecraft/class_2680;
      official a Ldxd;a(Ldkm;Liw;Lebq;Liw;Lebq;Ljc;)Lebq;
    • getStateWith Link icon

      private BlockState getStateWith(WorldView world, BlockState state, BlockPos pos, BlockState aboveState, boolean north, boolean east, boolean south, boolean west)
      Mappings:
      Namespace Name Mixin selector
      named getStateWith Lnet/minecraft/block/WallBlock;getStateWith(Lnet/minecraft/world/WorldView;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;ZZZZ)Lnet/minecraft/block/BlockState;
      intermediary method_24422 Lnet/minecraft/class_2544;method_24422(Lnet/minecraft/class_4538;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;ZZZZ)Lnet/minecraft/class_2680;
      official a Ldxd;a(Ldkm;Lebq;Liw;Lebq;ZZZZ)Lebq;
    • shouldHavePost Link icon

      private boolean shouldHavePost(BlockState state, BlockState aboveState, VoxelShape aboveShape)
      Mappings:
      Namespace Name Mixin selector
      named shouldHavePost Lnet/minecraft/block/WallBlock;shouldHavePost(Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/shape/VoxelShape;)Z
      intermediary method_27092 Lnet/minecraft/class_2544;method_27092(Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_265;)Z
      official a Ldxd;a(Lebq;Lebq;Lfgw;)Z
    • getStateWith Link icon

      private BlockState getStateWith(BlockState state, boolean north, boolean east, boolean south, boolean west, VoxelShape aboveShape)
      Mappings:
      Namespace Name Mixin selector
      named getStateWith Lnet/minecraft/block/WallBlock;getStateWith(Lnet/minecraft/block/BlockState;ZZZZLnet/minecraft/util/shape/VoxelShape;)Lnet/minecraft/block/BlockState;
      intermediary method_24425 Lnet/minecraft/class_2544;method_24425(Lnet/minecraft/class_2680;ZZZZLnet/minecraft/class_265;)Lnet/minecraft/class_2680;
      official a Ldxd;a(Lebq;ZZZZLfgw;)Lebq;
    • getWallShape Link icon

      private WallShape getWallShape(boolean connected, VoxelShape aboveShape, VoxelShape tallShape)
      Mappings:
      Namespace Name Mixin selector
      named getWallShape Lnet/minecraft/block/WallBlock;getWallShape(ZLnet/minecraft/util/shape/VoxelShape;Lnet/minecraft/util/shape/VoxelShape;)Lnet/minecraft/block/enums/WallShape;
      intermediary method_24428 Lnet/minecraft/class_2544;method_24428(ZLnet/minecraft/class_265;Lnet/minecraft/class_265;)Lnet/minecraft/class_4778;
      official a Ldxd;a(ZLfgw;Lfgw;)Ledd;
    • getFluidState Link icon

      protected FluidState getFluidState(BlockState state)
      Returns the state's associated fluid state.

      Waterloggable blocks must override this to return Fluids.WATER.getStill(false) when waterlogged.

      Overrides:
      getFluidState in class AbstractBlock
      Returns:
      the state's associated fluid state
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named getFluidState Lnet/minecraft/block/AbstractBlock;getFluidState(Lnet/minecraft/block/BlockState;)Lnet/minecraft/fluid/FluidState;
      intermediary method_9545 Lnet/minecraft/class_4970;method_9545(Lnet/minecraft/class_2680;)Lnet/minecraft/class_3610;
      official b_ Lebp;b_(Lebq;)Leya;
    • isTransparent Link icon

      protected boolean isTransparent(BlockState state)
      Overrides:
      isTransparent in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      named isTransparent Lnet/minecraft/block/AbstractBlock;isTransparent(Lnet/minecraft/block/BlockState;)Z
      intermediary method_9579 Lnet/minecraft/class_4970;method_9579(Lnet/minecraft/class_2680;)Z
      official e_ Lebp;e_(Lebq;)Z
    • appendProperties Link icon

      protected void appendProperties(StateManager.Builder<Block,BlockState> builder)
      Appends block state properties to this block. To use this, override and call StateManager.Builder.add(net.minecraft.state.property.Property<?>[]) inside the method. See Properties for the list of pre-defined properties.
      Overrides:
      appendProperties in class Block
      Mappings:
      Namespace Name Mixin selector
      named appendProperties Lnet/minecraft/block/Block;appendProperties(Lnet/minecraft/state/StateManager$Builder;)V
      intermediary method_9515 Lnet/minecraft/class_2248;method_9515(Lnet/minecraft/class_2689$class_2690;)V
      official a Ldno;a(Lebr$a;)V
    • rotate Link icon

      protected BlockState rotate(BlockState state, BlockRotation rotation)
      Returns state rotated by rotation.

      By default, this returns the provided block state.

      Overrides:
      rotate in class AbstractBlock
      Returns:
      state rotated by rotation
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named rotate Lnet/minecraft/block/AbstractBlock;rotate(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/block/BlockState;
      intermediary method_9598 Lnet/minecraft/class_4970;method_9598(Lnet/minecraft/class_2680;Lnet/minecraft/class_2470;)Lnet/minecraft/class_2680;
      official a Lebp;a(Lebq;Ldui;)Lebq;
    • mirror Link icon

      protected BlockState mirror(BlockState state, BlockMirror mirror)
      Returns state mirrored by mirror.

      By default, this returns the provided block state.

      Overrides:
      mirror in class AbstractBlock
      Returns:
      state mirrored by mirror
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named mirror Lnet/minecraft/block/AbstractBlock;mirror(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/BlockMirror;)Lnet/minecraft/block/BlockState;
      intermediary method_9569 Lnet/minecraft/class_4970;method_9569(Lnet/minecraft/class_2680;Lnet/minecraft/class_2415;)Lnet/minecraft/class_2680;
      official a Lebp;a(Lebq;Ldsr;)Lebq;