Class AnvilBlock

All Implemented Interfaces:
LandingBlock, ItemConvertible, ToggleableFeature

public class AnvilBlock extends FallingBlock
Mappings:
Namespace Name
official clu
intermediary net/minecraft/class_2199
named net/minecraft/block/AnvilBlock
  • Field Details

    • FACING

      public static final DirectionProperty FACING
      Mappings:
      Namespace Name Mixin selector
      official a Lclu;a:Lczn;
      intermediary field_9883 Lnet/minecraft/class_2199;field_9883:Lnet/minecraft/class_2753;
      named FACING Lnet/minecraft/block/AnvilBlock;FACING:Lnet/minecraft/state/property/DirectionProperty;
    • BASE_SHAPE

      private static final VoxelShape BASE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official b Lclu;b:Leax;
      intermediary field_9882 Lnet/minecraft/class_2199;field_9882:Lnet/minecraft/class_265;
      named BASE_SHAPE Lnet/minecraft/block/AnvilBlock;BASE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_STEP_SHAPE

      private static final VoxelShape X_STEP_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official c Lclu;c:Leax;
      intermediary field_9885 Lnet/minecraft/class_2199;field_9885:Lnet/minecraft/class_265;
      named X_STEP_SHAPE Lnet/minecraft/block/AnvilBlock;X_STEP_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_STEM_SHAPE

      private static final VoxelShape X_STEM_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Lclu;d:Leax;
      intermediary field_9888 Lnet/minecraft/class_2199;field_9888:Lnet/minecraft/class_265;
      named X_STEM_SHAPE Lnet/minecraft/block/AnvilBlock;X_STEM_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_FACE_SHAPE

      private static final VoxelShape X_FACE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Lclu;e:Leax;
      intermediary field_9884 Lnet/minecraft/class_2199;field_9884:Lnet/minecraft/class_265;
      named X_FACE_SHAPE Lnet/minecraft/block/AnvilBlock;X_FACE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • Z_STEP_SHAPE

      private static final VoxelShape Z_STEP_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lclu;f:Leax;
      intermediary field_9891 Lnet/minecraft/class_2199;field_9891:Lnet/minecraft/class_265;
      named Z_STEP_SHAPE Lnet/minecraft/block/AnvilBlock;Z_STEP_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • Z_STEM_SHAPE

      private static final VoxelShape Z_STEM_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lclu;g:Leax;
      intermediary field_9889 Lnet/minecraft/class_2199;field_9889:Lnet/minecraft/class_265;
      named Z_STEM_SHAPE Lnet/minecraft/block/AnvilBlock;Z_STEM_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • Z_FACE_SHAPE

      private static final VoxelShape Z_FACE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lclu;h:Leax;
      intermediary field_9886 Lnet/minecraft/class_2199;field_9886:Lnet/minecraft/class_265;
      named Z_FACE_SHAPE Lnet/minecraft/block/AnvilBlock;Z_FACE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_AXIS_SHAPE

      private static final VoxelShape X_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lclu;i:Leax;
      intermediary field_9887 Lnet/minecraft/class_2199;field_9887:Lnet/minecraft/class_265;
      named X_AXIS_SHAPE Lnet/minecraft/block/AnvilBlock;X_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • Z_AXIS_SHAPE

      private static final VoxelShape Z_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official j Lclu;j:Leax;
      intermediary field_9892 Lnet/minecraft/class_2199;field_9892:Lnet/minecraft/class_265;
      named Z_AXIS_SHAPE Lnet/minecraft/block/AnvilBlock;Z_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • TITLE

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      official k Lclu;k:Lss;
      intermediary field_17349 Lnet/minecraft/class_2199;field_17349:Lnet/minecraft/class_2561;
      named TITLE Lnet/minecraft/block/AnvilBlock;TITLE:Lnet/minecraft/text/Text;
    • FALLING_BLOCK_ENTITY_DAMAGE_MULTIPLIER

      private static final float FALLING_BLOCK_ENTITY_DAMAGE_MULTIPLIER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official l Lclu;l:F
      intermediary field_30993 Lnet/minecraft/class_2199;field_30993:F
      named FALLING_BLOCK_ENTITY_DAMAGE_MULTIPLIER Lnet/minecraft/block/AnvilBlock;FALLING_BLOCK_ENTITY_DAMAGE_MULTIPLIER:F
    • FALLING_BLOCK_ENTITY_MAX_DAMAGE

      private static final int FALLING_BLOCK_ENTITY_MAX_DAMAGE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official m Lclu;m:I
      intermediary field_30994 Lnet/minecraft/class_2199;field_30994:I
      named FALLING_BLOCK_ENTITY_MAX_DAMAGE Lnet/minecraft/block/AnvilBlock;FALLING_BLOCK_ENTITY_MAX_DAMAGE:I
  • Constructor Details

    • AnvilBlock

      public AnvilBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcys;<init>(Lcys$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

    • getPlacementState

      public BlockState getPlacementState(ItemPlacementContext ctx)
      Overrides:
      getPlacementState in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lcmt;a(Lcfu;)Lcyt;
      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;
    • 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 Lcys;a(Lcyt;Lcjw;Lgp;Lbwp;Lbcl;Leaa;)Lbcm;
      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;
    • createScreenHandlerFactory

      @Nullable public @Nullable NamedScreenHandlerFactory createScreenHandlerFactory(BlockState state, World world, BlockPos pos)
      Returns the screen handler factory or null if screen handler cannot be created.

      This method should be overridden for blocks with screen handlers, such as anvils. The created screen handler is usually passed to PlayerEntity.openHandledScreen(net.minecraft.screen.NamedScreenHandlerFactory). See createScreenHandlerFactory(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos) for basic usage. BlockWithEntity delegates this logic to the block entity implementing NamedScreenHandlerFactory. For example, any BlockWithEntity whose block entity extends LockableContainerBlockEntity needs to override LockableContainerBlockEntity.createScreenHandler(int, net.minecraft.entity.player.PlayerInventory) instead of this method.

      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.

      Overrides:
      createScreenHandlerFactory in class AbstractBlock
      Returns:
      the screen handler factory or null if screen handler cannot be created
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lcys;b(Lcyt;Lcjw;Lgp;)Lbcp;
      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;
    • getOutlineShape

      public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getOutlineShape in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcys;a(Lcyt;Lcjc;Lgp;Leaj;)Leax;
      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;
    • configureFallingBlockEntity

      protected void configureFallingBlockEntity(FallingBlockEntity entity)
      Overrides:
      configureFallingBlockEntity in class FallingBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcph;a(Lbth;)V
      intermediary method_10132 Lnet/minecraft/class_2346;method_10132(Lnet/minecraft/class_1540;)V
      named configureFallingBlockEntity Lnet/minecraft/block/FallingBlock;configureFallingBlockEntity(Lnet/minecraft/entity/FallingBlockEntity;)V
    • onLanding

      public void onLanding(World world, BlockPos pos, BlockState fallingBlockState, BlockState currentStateInPos, FallingBlockEntity fallingBlockEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lcpg;a(Lcjw;Lgp;Lcyt;Lcyt;Lbth;)V
      intermediary method_10127 Lnet/minecraft/class_5688;method_10127(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_1540;)V
      named onLanding Lnet/minecraft/block/LandingBlock;onLanding(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/FallingBlockEntity;)V
    • onDestroyedOnLanding

      public void onDestroyedOnLanding(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lcpg;a(Lcjw;Lgp;Lbth;)V
      intermediary method_10129 Lnet/minecraft/class_5688;method_10129(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1540;)V
      named onDestroyedOnLanding Lnet/minecraft/block/LandingBlock;onDestroyedOnLanding(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/FallingBlockEntity;)V
    • getDamageSource

      public DamageSource getDamageSource(Entity attacker)
      Mappings:
      Namespace Name Mixin selector
      official a Lcpg;a(Lbdr;)Lbcz;
      intermediary method_32898 Lnet/minecraft/class_5688;method_32898(Lnet/minecraft/class_1297;)Lnet/minecraft/class_1282;
      named getDamageSource Lnet/minecraft/block/LandingBlock;getDamageSource(Lnet/minecraft/entity/Entity;)Lnet/minecraft/entity/damage/DamageSource;
    • getLandingState

      @Nullable public static @Nullable BlockState getLandingState(BlockState fallingState)
      Mappings:
      Namespace Name Mixin selector
      official e Lclu;e(Lcyt;)Lcyt;
      intermediary method_9346 Lnet/minecraft/class_2199;method_9346(Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680;
      named getLandingState Lnet/minecraft/block/AnvilBlock;getLandingState(Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockState;
    • rotate

      public 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
      Mappings:
      Namespace Name Mixin selector
      official a Lcys;a(Lcyt;Lcsz;)Lcyt;
      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;
    • appendProperties

      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
      official a Lcmt;a(Lcyu$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)
      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
      Mappings:
      Namespace Name Mixin selector
      official a Lcys;a(Lcyt;Lcjc;Lgp;Ldua;)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
    • getColor

      public int getColor(BlockState state, BlockView world, BlockPos pos)
      Overrides:
      getColor in class FallingBlock
      Mappings:
      Namespace Name Mixin selector
      official d Lcph;d(Lcyt;Lcjc;Lgp;)I
      intermediary method_10130 Lnet/minecraft/class_2346;method_10130(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)I
      named getColor Lnet/minecraft/block/FallingBlock;getColor(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)I