Class OriginFormItem

java.lang.Object
net.minecraft.world.item.Item
com.pixelmonmod.pixelmon.items.PixelmonItem
com.pixelmonmod.pixelmon.items.HeldItem
com.pixelmonmod.pixelmon.items.heldItems.OriginFormItem
All Implemented Interfaces:
ITranslatable, net.minecraft.world.flag.FeatureElement, net.minecraft.world.level.ItemLike, net.minecraftforge.common.extensions.IForgeItem

public class OriginFormItem extends HeldItem
  • Constructor Details

    • OriginFormItem

      public OriginFormItem(net.minecraft.world.item.Item.Properties properties, EnumHeldItems heldItem, Supplier<Species> species)
  • Method Details

    • interactLivingEntity

      public net.minecraft.world.InteractionResult interactLivingEntity(net.minecraft.world.item.ItemStack hand, net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.InteractionHand usedHand)
      Overrides:
      interactLivingEntity in class net.minecraft.world.item.Item
    • getSpecies

      public Species getSpecies()