Class EquipmentHandler.InventoryEquipmentHandler

java.lang.Object
vazkii.botania.common.handler.EquipmentHandler
vazkii.botania.common.handler.EquipmentHandler.InventoryEquipmentHandler
Enclosing class:
EquipmentHandler

public static class EquipmentHandler.InventoryEquipmentHandler extends EquipmentHandler
  • Constructor Details

    • InventoryEquipmentHandler

      public InventoryEquipmentHandler()
  • Method Details

    • onPlayerTick

      public void onPlayerTick(net.minecraft.world.entity.player.Player player)
    • getAllWornItems

      protected net.minecraft.world.Container getAllWornItems(net.minecraft.world.entity.LivingEntity living)
      Specified by:
      getAllWornItems in class EquipmentHandler
    • findItem

      protected net.minecraft.world.item.ItemStack findItem(net.minecraft.world.item.Item item, net.minecraft.world.entity.LivingEntity living)
      Specified by:
      findItem in class EquipmentHandler
    • findItem

      protected net.minecraft.world.item.ItemStack findItem(Predicate<net.minecraft.world.item.ItemStack> pred, net.minecraft.world.entity.LivingEntity living)
      Specified by:
      findItem in class EquipmentHandler
    • onInit

      public void onInit(net.minecraft.world.item.Item item)
      Specified by:
      onInit in class EquipmentHandler