mct1
Version:
Repo for mct1
11 lines (9 loc) • 598 B
text/typescript
const magik = magikcraft.io;
export const PotionEffect = magik.type("potion.PotionEffect");
export const PotionEffectType = magik.type("potion.PotionEffectType");
export const EventPriority = magik.type("event.EventPriority");
export const PlayerItemConsumeEvent = magik.type("event.player.PlayerItemConsumeEvent");
export const PlayerQuitEvent = magik.type("event.player.PlayerQuitEvent");
export const EventCallback = Java.type("io.magikcraft.EventCallback");
export const Material = Java.type("org.bukkit.Material");
export const PotionMeta = Java.type("org.bukkit.inventory.meta.PotionMeta");