Class SpellTables
java.lang.Object
com.binaris.wizardry.core.gametest.SpellTables
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddDefaultColumns(SpellTables.Builder builder) static voidaddDefaultRows(SpellTables.Builder builder, Spell spell, net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.world.phys.Vec3 pos, Element element) static SpellTables.Columnstatic SpellTables.ColumncolumnByProperty(String name, SpellProperty<? extends Number> property, String modifier) static voidfireCastEvent(SpellCastEvent.Sources source, CastContext ctx, Spell spell) static SpellTables.RowtoString()
-
Method Details
-
generateTable
-
toString
-
addDefaultRows
public static void addDefaultRows(SpellTables.Builder builder, Spell spell, net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.world.phys.Vec3 pos, Element element) -
addDefaultColumns
-
columnByProperty
public static SpellTables.Column columnByProperty(String name, SpellProperty<? extends Number> property, String modifier) -
columnByModifiers
-
rowPlayer
public static SpellTables.Row rowPlayer(String name, Spell spell, net.minecraft.world.entity.player.Player player) -
fireCastEvent
-