Interface IArmorNaturalist


public interface IArmorNaturalist
Naturalist armor allows players to see pollinated tree leaves.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canSeePollination(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack armor, boolean doSee)
    Called to see if this naturalist's armor allows for seeing pollinated tree leaves/flowers.
  • Method Details

    • canSeePollination

      boolean canSeePollination(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack armor, boolean doSee)
      Called to see if this naturalist's armor allows for seeing pollinated tree leaves/flowers.
      Parameters:
      player - Player doing the viewing
      armor - Armor item
      doSee - Whether or not to actually do the side effects of viewing
      Returns:
      true if the armor actually allows the player to see pollination.