Package at.petrak.hexcasting.fabric.cc
Class CCPatterns
java.lang.Object
at.petrak.hexcasting.fabric.cc.CCPatterns
- All Implemented Interfaces:
dev.onyxstudios.cca.api.v3.component.Component
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<at.petrak.hexcasting.api.spell.casting.ResolvedPattern>voidreadFromNbt(net.minecraft.nbt.CompoundTag tag) voidsetPatterns(List<at.petrak.hexcasting.api.spell.casting.ResolvedPattern> patterns) voidwriteToNbt(net.minecraft.nbt.CompoundTag tag) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.onyxstudios.cca.api.v3.component.Component
equals
-
Field Details
-
TAG_PATTERNS
- See Also:
-
-
Constructor Details
-
CCPatterns
public CCPatterns(net.minecraft.server.level.ServerPlayer owner)
-
-
Method Details
-
getPatterns
-
setPatterns
-
readFromNbt
public void readFromNbt(net.minecraft.nbt.CompoundTag tag) - Specified by:
readFromNbtin interfacedev.onyxstudios.cca.api.v3.component.Component
-
writeToNbt
public void writeToNbt(net.minecraft.nbt.CompoundTag tag) - Specified by:
writeToNbtin interfacedev.onyxstudios.cca.api.v3.component.Component
-