Class PowderSnowBucketItem

All Implemented Interfaces:
FluidModificationItem, ItemConvertible

public class PowderSnowBucketItem
extends BlockItem
implements FluidModificationItem
Mappings:
Namespace Name
official bov
intermediary net/minecraft/class_5634
named net/minecraft/item/PowderSnowBucketItem
  • Field Details

    • placeSound

      private final SoundEvent placeSound
      Mappings:
      Namespace Name Mixin selector
      official a Lbov;a:Laef;
      intermediary field_27877 Lnet/minecraft/class_5634;field_27877:Lnet/minecraft/class_3414;
      named placeSound Lnet/minecraft/item/PowderSnowBucketItem;placeSound:Lnet/minecraft/sound/SoundEvent;
  • Constructor Details

    • PowderSnowBucketItem

      public PowderSnowBucketItem​(Block block, SoundEvent placeSound, Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbov;<init>(Lbwu;Laef;Lbnr$a;)V
      intermediary <init> Lnet/minecraft/class_5634;<init>(Lnet/minecraft/class_2248;Lnet/minecraft/class_3414;Lnet/minecraft/class_1792$class_1793;)V
      named <init> Lnet/minecraft/item/PowderSnowBucketItem;<init>(Lnet/minecraft/block/Block;Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/item/Item$Settings;)V
  • Method Details

    • useOnBlock

      public ActionResult useOnBlock​(ItemUsageContext context)
      Called when an item is used on a block.

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

      Overrides:
      useOnBlock in class BlockItem
      Parameters:
      context - the usage context
      Returns:
      an action result that specifies if using the item on a block was successful.
      Mappings:
      Namespace Name Mixin selector
      official a Lbnr;a(Lbpx;)Lapq;
      intermediary method_7884 Lnet/minecraft/class_1792;method_7884(Lnet/minecraft/class_1838;)Lnet/minecraft/class_1269;
      named useOnBlock Lnet/minecraft/item/Item;useOnBlock(Lnet/minecraft/item/ItemUsageContext;)Lnet/minecraft/util/ActionResult;
    • getTranslationKey

      public String getTranslationKey()
      Gets the translation key of this item.
      Overrides:
      getTranslationKey in class BlockItem
      Mappings:
      Namespace Name Mixin selector
      official a Lbnr;a()Ljava/lang/String;
      intermediary method_7876 Lnet/minecraft/class_1792;method_7876()Ljava/lang/String;
      named getTranslationKey Lnet/minecraft/item/Item;getTranslationKey()Ljava/lang/String;
    • getPlaceSound

      protected SoundEvent getPlaceSound​(BlockState state)
      Overrides:
      getPlaceSound in class BlockItem
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a(Lcht;)Laef;
      intermediary method_19260 Lnet/minecraft/class_1747;method_19260(Lnet/minecraft/class_2680;)Lnet/minecraft/class_3414;
      named getPlaceSound Lnet/minecraft/item/BlockItem;getPlaceSound(Lnet/minecraft/block/BlockState;)Lnet/minecraft/sound/SoundEvent;
    • placeFluid

      public boolean placeFluid​(@Nullable PlayerEntity player, World world, BlockPos pos, @Nullable BlockHitResult hitResult)
      Specified by:
      placeFluid in interface FluidModificationItem
      Mappings:
      Namespace Name Mixin selector
      official a Lbmq;a(Lbhl;Lbtv;Lfx;Ldiq;)Z
      intermediary method_7731 Lnet/minecraft/class_5633;method_7731(Lnet/minecraft/class_1657;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_3965;)Z
      named placeFluid Lnet/minecraft/item/FluidModificationItem;placeFluid(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/hit/BlockHitResult;)Z