Interface ItemPropertyGetter


public interface ItemPropertyGetter
Mappings:
Namespace Name
official atd
intermediary net/minecraft/class_2688
named net/minecraft/item/ItemPropertyGetter
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    call(ItemStack itemStack, World world, LivingEntity livingEntity)
     
  • Method Details

    • call

      @Environment(CLIENT) float call(ItemStack itemStack, @Nullable World world, @Nullable LivingEntity livingEntity)
      Mappings:
      Namespace Name Mixin selector
      official call Latd;call(Late;Laxy;Lafa;)F
      intermediary call Lnet/minecraft/class_2688;call(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_1699;)F
      named call Lnet/minecraft/item/ItemPropertyGetter;call(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;)F