java.lang.Object
io.github.thecsdev.betterstats.api.util.stats.SUStat<net.minecraft.entity.EntityType<?>>
io.github.thecsdev.betterstats.api.util.stats.SUMobStat

public final class SUMobStat extends SUStat<net.minecraft.entity.EntityType<?>>
  • Field Details

    • entityType

      protected final net.minecraft.entity.EntityType<?> entityType
    • isEmpty

      protected final boolean isEmpty
    • kills

      public final int kills
    • deaths

      public final int deaths
  • Constructor Details

    • SUMobStat

      public SUMobStat(IStatsProvider statsProvider, net.minecraft.entity.EntityType<?> entityType)
  • Method Details