类 AbilityHandler

java.lang.Object
committee.nova.mods.avaritia.init.handler.AbilityHandler

public class AbilityHandler extends Object
Description:
  • 字段详细资料

    • entitiesWithHelmets

      public static final Set<String> entitiesWithHelmets
    • entitiesWithLeggings

      public static final Set<String> entitiesWithLeggings
    • entitiesWithBoots

      public static final Set<String> entitiesWithBoots
    • entitiesWithFlight

      public static final Map<String,AbilityHandler.FlightInfo> entitiesWithFlight
  • 构造器详细资料

    • AbilityHandler

      public AbilityHandler()
  • 方法详细资料

    • updateAbilities

      public static void updateAbilities(net.minecraftforge.event.entity.living.LivingEvent.LivingTickEvent event)
    • jumpBoost

      public static void jumpBoost(net.minecraftforge.event.entity.living.LivingEvent.LivingJumpEvent event)
    • onPlayerDimensionChange

      public static void onPlayerDimensionChange(net.minecraftforge.event.entity.player.PlayerEvent.PlayerChangedDimensionEvent event)
    • onPlayerRespawn

      public static void onPlayerRespawn(net.minecraftforge.event.entity.player.PlayerEvent.PlayerRespawnEvent event)
    • onPlayerLoggedOut

      public static void onPlayerLoggedOut(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent event)
    • onPlayerLoggedIn

      public static void onPlayerLoggedIn(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event)
    • onEntityDeath

      public static void onEntityDeath(net.minecraftforge.event.entity.living.LivingDeathEvent event)