Interface ISpellVar<T>
- All Known Subinterfaces:
IStoredSpellVar<T>
- All Known Implementing Classes:
SpellVar,StoredSpellVar
public interface ISpellVar<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanbooleanisPersistent(boolean respawn) booleanisSynced()read(net.minecraft.network.FriendlyByteBuf buf) void
-
Method Details
-
update
-
isPersistent
boolean isPersistent(boolean respawn) -
isSynced
boolean isSynced() -
write
-
read
-
canPurge
-