Class ServerEvents.Item.Enchanting

java.lang.Object
icu.suc.serverevents.ServerEvents.Item.Enchanting
Enclosing class:
ServerEvents.Item

public abstract static class ServerEvents.Item.Enchanting extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.item.v1.EnchantmentEvents.AllowEnchanting>
     
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.item.v1.EnchantmentEvents.Modify>
     
  • 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

    • ALLOW

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.item.v1.EnchantmentEvents.AllowEnchanting> ALLOW
      See Also:
      • EnchantmentEvents.ALLOW_ENCHANTING
    • MODIFY

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.item.v1.EnchantmentEvents.Modify> MODIFY
      See Also:
      • EnchantmentEvents.MODIFY
  • Constructor Details

    • Enchanting

      public Enchanting()