Class ServerEvents.LootTable

java.lang.Object
icu.suc.serverevents.ServerEvents.LootTable
Enclosing class:
ServerEvents

public abstract static class ServerEvents.LootTable extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.loot.v3.LootTableEvents.Loaded>
     
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.loot.v3.LootTableEvents.Modify>
     
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.loot.v3.LootTableEvents.Replace>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • REPLACE

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.loot.v3.LootTableEvents.Replace> REPLACE
      See Also:
      • LootTableEvents.REPLACE
    • MODIFY

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.loot.v3.LootTableEvents.Modify> MODIFY
      See Also:
      • LootTableEvents.MODIFY
    • ALL_LOADED

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.loot.v3.LootTableEvents.Loaded> ALL_LOADED
      See Also:
      • LootTableEvents.ALL_LOADED
  • Constructor Details

    • LootTable

      public LootTable()