Class AbstractSignBlock

All Implemented Interfaces:
BlockEntityProvider, FluidDrainable, FluidFillable, Waterloggable, ItemConvertible, ToggleableFeature
Direct Known Subclasses:
HangingSignBlock, SignBlock, WallHangingSignBlock, WallSignBlock

public abstract class AbstractSignBlock extends BlockWithEntity implements Waterloggable
Mappings:
Namespace Name
named net/minecraft/block/AbstractSignBlock
intermediary net/minecraft/class_2478
official dmb
  • Field Details Link icon

    • WATERLOGGED Link icon

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      named WATERLOGGED Lnet/minecraft/block/AbstractSignBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_11491 Lnet/minecraft/class_2478;field_11491:Lnet/minecraft/class_2746;
      official f Ldmb;f:Ldsv;
    • field_31243 Link icon

      protected static final float field_31243
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_31243 Lnet/minecraft/block/AbstractSignBlock;field_31243:F
      intermediary field_31243 Lnet/minecraft/class_2478;field_31243:F
      official g Ldmb;g:F
    • SHAPE Link icon

      protected static final VoxelShape SHAPE
      Mappings:
      Namespace Name Mixin selector
      named SHAPE Lnet/minecraft/block/AbstractSignBlock;SHAPE:Lnet/minecraft/util/shape/VoxelShape;
      intermediary field_11492 Lnet/minecraft/class_2478;field_11492:Lnet/minecraft/class_265;
      official h Ldmb;h:Lewm;
    • type Link icon

      private final WoodType type
      Mappings:
      Namespace Name Mixin selector
      named type Lnet/minecraft/block/AbstractSignBlock;type:Lnet/minecraft/block/WoodType;
      intermediary field_21675 Lnet/minecraft/class_2478;field_21675:Lnet/minecraft/class_4719;
      official a Ldmb;a:Ldtr;
  • Constructor Details Link icon

    • AbstractSignBlock Link icon

      protected AbstractSignBlock(WoodType type, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/AbstractSignBlock;<init>(Lnet/minecraft/block/WoodType;Lnet/minecraft/block/AbstractBlock$Settings;)V
      intermediary <init> Lnet/minecraft/class_2478;<init>(Lnet/minecraft/class_4719;Lnet/minecraft/class_4970$class_2251;)V
      official <init> Ldmb;<init>(Ldtr;Ldsd$d;)V
  • Method Details Link icon

    • getCodec Link icon

      protected abstract com.mojang.serialization.MapCodec<? extends AbstractSignBlock> getCodec()
      Specified by:
      getCodec in class BlockWithEntity
      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 Ldsd;a()Lcom/mojang/serialization/MapCodec;
    • getStateForNeighborUpdate Link icon

      protected BlockState getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos)
      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.util.math.BlockPos, 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
      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 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/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;
      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;
      official a Ldsd;a(Ldse;Lje;Ldse;Ldcb;Liz;Liz;)Ldse;
    • 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 Ldsd;a(Ldse;Ldbg;Liz;Levy;)Lewm;
    • canMobSpawnInside Link icon

      public boolean canMobSpawnInside(BlockState state)
      Overrides:
      canMobSpawnInside in class Block
      Mappings:
      Namespace Name Mixin selector
      named canMobSpawnInside Lnet/minecraft/block/Block;canMobSpawnInside(Lnet/minecraft/block/BlockState;)Z
      intermediary method_9538 Lnet/minecraft/class_2248;method_9538(Lnet/minecraft/class_2680;)Z
      official a Ldfb;a(Ldse;)Z
    • createBlockEntity Link icon

      public BlockEntity createBlockEntity(BlockPos pos, BlockState state)
      Returns a new block entity instance.

      For example:

      
       @Override
       public BlockEntity createBlockEntity(BlockPos pos, BlockState state) {
         return new MyBlockEntity(pos, state);
       }
       
      Specified by:
      createBlockEntity in interface BlockEntityProvider
      Returns:
      a new block entity instance
      Implementation Note:
      While this is marked as nullable, in practice this should never return null. PistonExtensionBlock is the only block in vanilla that returns null inside the implementation.
      Mappings:
      Namespace Name Mixin selector
      named createBlockEntity Lnet/minecraft/block/BlockEntityProvider;createBlockEntity(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/entity/BlockEntity;
      intermediary method_10123 Lnet/minecraft/class_2343;method_10123(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_2586;
      official a Ldht;a(Liz;Ldse;)Ldpj;
    • onUseWithItem Link icon

      protected ItemActionResult onUseWithItem(ItemStack stack, BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, BlockHitResult hit)
      Overrides:
      onUseWithItem in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      named onUseWithItem Lnet/minecraft/block/AbstractBlock;onUseWithItem(Lnet/minecraft/item/ItemStack;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/ItemActionResult;
      intermediary method_55765 Lnet/minecraft/class_4970;method_55765(Lnet/minecraft/class_1799;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_9062;
      official a Ldsd;a(Lcur;Ldse;Ldca;Liz;Lcmz;Lbqv;Levp;)Lbqy;
    • onUse Link icon

      protected ActionResult onUse(BlockState state, World world, BlockPos pos, PlayerEntity player, BlockHitResult hit)
      Overrides:
      onUse in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      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/hit/BlockHitResult;)Lnet/minecraft/util/ActionResult;
      intermediary method_55766 Lnet/minecraft/class_4970;method_55766(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;Lnet/minecraft/class_3965;)Lnet/minecraft/class_1269;
      official a Ldsd;a(Ldse;Ldca;Liz;Lcmz;Levp;)Lbqw;
    • isTextLiteralOrEmpty Link icon

      private boolean isTextLiteralOrEmpty(PlayerEntity player, SignBlockEntity blockEntity, boolean front)
      Mappings:
      Namespace Name Mixin selector
      named isTextLiteralOrEmpty Lnet/minecraft/block/AbstractSignBlock;isTextLiteralOrEmpty(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/block/entity/SignBlockEntity;Z)Z
      intermediary method_51173 Lnet/minecraft/class_2478;method_51173(Lnet/minecraft/class_1657;Lnet/minecraft/class_2625;Z)Z
      official b Ldmb;b(Lcmz;Ldqt;Z)Z
    • getRotationDegrees Link icon

      public abstract float getRotationDegrees(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      named getRotationDegrees Lnet/minecraft/block/AbstractSignBlock;getRotationDegrees(Lnet/minecraft/block/BlockState;)F
      intermediary method_49814 Lnet/minecraft/class_2478;method_49814(Lnet/minecraft/class_2680;)F
      official g Ldmb;g(Ldse;)F
    • getCenter Link icon

      public Vec3d getCenter(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      named getCenter Lnet/minecraft/block/AbstractSignBlock;getCenter(Lnet/minecraft/block/BlockState;)Lnet/minecraft/util/math/Vec3d;
      intermediary method_50003 Lnet/minecraft/class_2478;method_50003(Lnet/minecraft/class_2680;)Lnet/minecraft/class_243;
      official m Ldmb;m(Ldse;)Levt;
    • 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_ Ldsd;b_(Ldse;)Lenx;
    • getWoodType Link icon

      public WoodType getWoodType()
      Mappings:
      Namespace Name Mixin selector
      named getWoodType Lnet/minecraft/block/AbstractSignBlock;getWoodType()Lnet/minecraft/block/WoodType;
      intermediary method_24025 Lnet/minecraft/class_2478;method_24025()Lnet/minecraft/class_4719;
      official d Ldmb;d()Ldtr;
    • getWoodType Link icon

      public static WoodType getWoodType(Block block)
      Mappings:
      Namespace Name Mixin selector
      named getWoodType Lnet/minecraft/block/AbstractSignBlock;getWoodType(Lnet/minecraft/block/Block;)Lnet/minecraft/block/WoodType;
      intermediary method_45459 Lnet/minecraft/class_2478;method_45459(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4719;
      official a Ldmb;a(Ldfb;)Ldtr;
    • openEditScreen Link icon

      public void openEditScreen(PlayerEntity player, SignBlockEntity blockEntity, boolean front)
      Mappings:
      Namespace Name Mixin selector
      named openEditScreen Lnet/minecraft/block/AbstractSignBlock;openEditScreen(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/block/entity/SignBlockEntity;Z)V
      intermediary method_49825 Lnet/minecraft/class_2478;method_49825(Lnet/minecraft/class_1657;Lnet/minecraft/class_2625;Z)V
      official a Ldmb;a(Lcmz;Ldqt;Z)V
    • isOtherPlayerEditing Link icon

      private boolean isOtherPlayerEditing(PlayerEntity player, SignBlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      named isOtherPlayerEditing Lnet/minecraft/block/AbstractSignBlock;isOtherPlayerEditing(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/block/entity/SignBlockEntity;)Z
      intermediary method_49824 Lnet/minecraft/class_2478;method_49824(Lnet/minecraft/class_1657;Lnet/minecraft/class_2625;)Z
      official a Ldmb;a(Lcmz;Ldqt;)Z
    • getTicker Link icon

      @Nullable public <T extends BlockEntity> @Nullable BlockEntityTicker<T> getTicker(World world, BlockState state, BlockEntityType<T> type)
      Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.

      Ticker is a functional interface called every tick to tick the block entity on both the client and the server.

      Tickers should validate that the passed type is the one this block expects, and return null if it isn't. This is to prevent crashes in rare cases where a mismatch occurs between the position's block and block entity. BlockWithEntity.validateTicker(net.minecraft.block.entity.BlockEntityType<A>, net.minecraft.block.entity.BlockEntityType<E>, net.minecraft.block.entity.BlockEntityTicker<? super E>) can be used to implement the check.

      Example:

      
       public <T extends BlockEntity> BlockEntityTicker<T> getTicker(World world, BlockState state, BlockEntityType<T> type) {
         if (type != YourMod.MY_BLOCK_ENTITY_TYPE) return null;
         // This should be a static method usable as a BlockEntityTicker.
         return YourBlockEntity::tick;
       }
       
      Specified by:
      getTicker in interface BlockEntityProvider
      Returns:
      the "ticker" for the block's block entity, or null if the block entity does not need to be ticked
      Mappings:
      Namespace Name Mixin selector
      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;
      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;
      official a Ldht;a(Ldca;Ldse;Ldpl;)Ldpk;