Interface Bucketable

All Known Implementing Classes:
AxolotlEntity, CodEntity, FishEntity, PufferfishEntity, SalmonEntity, SchoolingFishEntity, TropicalFishEntity

public interface Bucketable
Mappings:
Namespace Name
official bdz
intermediary net/minecraft/class_5761
named net/minecraft/entity/Bucketable
  • Method Details

    • isFromBucket

      boolean isFromBucket()
      Mappings:
      Namespace Name Mixin selector
      official p Lbdz;p()Z
      intermediary method_6453 Lnet/minecraft/class_5761;method_6453()Z
      named isFromBucket Lnet/minecraft/entity/Bucketable;isFromBucket()Z
    • setFromBucket

      void setFromBucket(boolean fromBucket)
      Mappings:
      Namespace Name Mixin selector
      official v Lbdz;v(Z)V
      intermediary method_6454 Lnet/minecraft/class_5761;method_6454(Z)V
      named setFromBucket Lnet/minecraft/entity/Bucketable;setFromBucket(Z)V
    • copyDataToStack

      void copyDataToStack(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official m Lbdz;m(Lbqp;)V
      intermediary method_6455 Lnet/minecraft/class_5761;method_6455(Lnet/minecraft/class_1799;)V
      named copyDataToStack Lnet/minecraft/entity/Bucketable;copyDataToStack(Lnet/minecraft/item/ItemStack;)V
    • copyDataFromNbt

      void copyDataFromNbt(NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official c Lbdz;c(Lna;)V
      intermediary method_35170 Lnet/minecraft/class_5761;method_35170(Lnet/minecraft/class_2487;)V
      named copyDataFromNbt Lnet/minecraft/entity/Bucketable;copyDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • getBucketItem

      ItemStack getBucketItem()
      Mappings:
      Namespace Name Mixin selector
      official b Lbdz;b()Lbqp;
      intermediary method_6452 Lnet/minecraft/class_5761;method_6452()Lnet/minecraft/class_1799;
      named getBucketItem Lnet/minecraft/entity/Bucketable;getBucketItem()Lnet/minecraft/item/ItemStack;
    • getBucketedSound

      SoundEvent getBucketedSound()
      Mappings:
      Namespace Name Mixin selector
      official t Lbdz;t()Lafd;
      intermediary method_35171 Lnet/minecraft/class_5761;method_35171()Lnet/minecraft/class_3414;
      named getBucketedSound Lnet/minecraft/entity/Bucketable;getBucketedSound()Lnet/minecraft/sound/SoundEvent;
    • copyDataToStack

      static void copyDataToStack(MobEntity entity, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lbdz;a(Latv;Lbqp;)V
      intermediary method_35167 Lnet/minecraft/class_5761;method_35167(Lnet/minecraft/class_1308;Lnet/minecraft/class_1799;)V
      named copyDataToStack Lnet/minecraft/entity/Bucketable;copyDataToStack(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/item/ItemStack;)V
    • copyDataFromNbt

      static void copyDataFromNbt(MobEntity entity, NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official a Lbdz;a(Latv;Lna;)V
      intermediary method_35168 Lnet/minecraft/class_5761;method_35168(Lnet/minecraft/class_1308;Lnet/minecraft/class_2487;)V
      named copyDataFromNbt Lnet/minecraft/entity/Bucketable;copyDataFromNbt(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/nbt/NbtCompound;)V
    • tryBucket

      static <T extends LivingEntity & Bucketable> Optional<ActionResult> tryBucket(PlayerEntity player, Hand hand, T entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lbdz;a(Lbkd;Larz;Latt;)Ljava/util/Optional;
      intermediary method_35169 Lnet/minecraft/class_5761;method_35169(Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;Lnet/minecraft/class_1309;)Ljava/util/Optional;
      named tryBucket Lnet/minecraft/entity/Bucketable;tryBucket(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/entity/LivingEntity;)Ljava/util/Optional;