Package net.minecraft.entity
Interface Bucketable
- All Known Implementing Classes:
- AxolotlEntity,- CodEntity,- FishEntity,- PufferfishEntity,- SalmonEntity,- SchoolingFishEntity,- TadpoleEntity,- TropicalFishEntity
public interface Bucketable
- Mappings:
- Namespace - Name - named - net/minecraft/entity/Bucketable- intermediary - net/minecraft/class_5761- official - chb
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidcopyDataFromNbt(MobEntity entity, NbtCompound nbt) Deprecated.voidstatic voidcopyDataToStack(MobEntity entity, ItemStack stack) Deprecated.voidcopyDataToStack(ItemStack stack) booleanvoidsetFromBucket(boolean fromBucket) static <T extends LivingEntity & Bucketable>
 Optional<ActionResult> tryBucket(PlayerEntity player, Hand hand, T entity) 
- 
Method Details- 
isFromBucketboolean isFromBucket()- Mappings:
- Namespace - Name - Mixin selector - named - isFromBucket- Lnet/minecraft/entity/Bucketable;isFromBucket()Z- intermediary - method_6453- Lnet/minecraft/class_5761;method_6453()Z- official - p- Lchb;p()Z
 
- 
setFromBucketvoid setFromBucket(boolean fromBucket) - Mappings:
- Namespace - Name - Mixin selector - named - setFromBucket- Lnet/minecraft/entity/Bucketable;setFromBucket(Z)V- intermediary - method_6454- Lnet/minecraft/class_5761;method_6454(Z)V- official - x- Lchb;x(Z)V
 
- 
copyDataToStack- Mappings:
- Namespace - Name - Mixin selector - named - copyDataToStack- Lnet/minecraft/entity/Bucketable;copyDataToStack(Lnet/minecraft/item/ItemStack;)V- intermediary - method_6455- Lnet/minecraft/class_5761;method_6455(Lnet/minecraft/class_1799;)V- official - i- Lchb;i(Lcwq;)V
 
- 
copyDataFromNbt- Mappings:
- Namespace - Name - Mixin selector - named - copyDataFromNbt- Lnet/minecraft/entity/Bucketable;copyDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V- intermediary - method_35170- Lnet/minecraft/class_5761;method_35170(Lnet/minecraft/class_2487;)V- official - h- Lchb;h(Ltq;)V
 
- 
getBucketItemItemStack getBucketItem()- Mappings:
- Namespace - Name - Mixin selector - named - getBucketItem- Lnet/minecraft/entity/Bucketable;getBucketItem()Lnet/minecraft/item/ItemStack;- intermediary - method_6452- Lnet/minecraft/class_5761;method_6452()Lnet/minecraft/class_1799;- official - W_- Lchb;W_()Lcwq;
 
- 
getBucketFillSoundSoundEvent getBucketFillSound()- Mappings:
- Namespace - Name - Mixin selector - named - getBucketFillSound- Lnet/minecraft/entity/Bucketable;getBucketFillSound()Lnet/minecraft/sound/SoundEvent;- intermediary - method_35171- Lnet/minecraft/class_5761;method_35171()Lnet/minecraft/class_3414;- official - t- Lchb;t()Lavz;
 
- 
copyDataToStackDeprecated.- Mappings:
- Namespace - Name - Mixin selector - named - copyDataToStack- Lnet/minecraft/entity/Bucketable;copyDataToStack(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/item/ItemStack;)V- intermediary - method_35167- Lnet/minecraft/class_5761;method_35167(Lnet/minecraft/class_1308;Lnet/minecraft/class_1799;)V- official - a- Lchb;a(Lbvk;Lcwq;)V
 
- 
copyDataFromNbtDeprecated.- Mappings:
- Namespace - Name - Mixin selector - named - copyDataFromNbt- Lnet/minecraft/entity/Bucketable;copyDataFromNbt(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/nbt/NbtCompound;)V- intermediary - method_35168- Lnet/minecraft/class_5761;method_35168(Lnet/minecraft/class_1308;Lnet/minecraft/class_2487;)V- official - a- Lchb;a(Lbvk;Ltq;)V
 
- 
tryBucketstatic <T extends LivingEntity & Bucketable> Optional<ActionResult> tryBucket(PlayerEntity player, Hand hand, T entity) - Mappings:
- Namespace - Name - Mixin selector - named - tryBucket- Lnet/minecraft/entity/Bucketable;tryBucket(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/entity/LivingEntity;)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;- official - a- Lchb;a(Lcoy;Lbsk;Lbvi;)Ljava/util/Optional;
 
 
-