Class MeteorStarscript
java.lang.Object
meteordevelopment.meteorclient.utils.misc.MeteorStarscript
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic meteordevelopment.starscript.Scriptstatic voidinit()static net.minecraft.util.IdentifierpopIdentifier(meteordevelopment.starscript.Starscript ss, String errorMessage) static voidprintChatError(int i, meteordevelopment.starscript.utils.Error error) static voidprintChatError(meteordevelopment.starscript.utils.Error error) static voidprintChatError(meteordevelopment.starscript.utils.StarscriptError e) static Stringrun(meteordevelopment.starscript.Script script) static Stringrun(meteordevelopment.starscript.Script script, StringBuilder sb) static meteordevelopment.starscript.SectionrunSection(meteordevelopment.starscript.Script script) static meteordevelopment.starscript.SectionrunSection(meteordevelopment.starscript.Script script, StringBuilder sb) static meteordevelopment.starscript.value.Valuewrap(HorizontalDirection dir) static meteordevelopment.starscript.value.Valuewrap(net.minecraft.entity.effect.StatusEffectInstance effectInstance) static meteordevelopment.starscript.value.Valuewrap(net.minecraft.entity.Entity entity) static meteordevelopment.starscript.value.Valuewrap(net.minecraft.item.ItemStack itemStack) static meteordevelopment.starscript.value.Valuewrap(net.minecraft.util.math.BlockPos blockPos, net.minecraft.block.BlockState blockState)
-
Field Details
-
ss
public static meteordevelopment.starscript.Starscript ss
-
-
Constructor Details
-
MeteorStarscript
public MeteorStarscript()
-
-
Method Details
-
init
public static void init() -
compile
-
runSection
public static meteordevelopment.starscript.Section runSection(meteordevelopment.starscript.Script script, StringBuilder sb) -
run
-
runSection
public static meteordevelopment.starscript.Section runSection(meteordevelopment.starscript.Script script) -
run
-
printChatError
public static void printChatError(int i, meteordevelopment.starscript.utils.Error error) -
printChatError
public static void printChatError(meteordevelopment.starscript.utils.Error error) -
printChatError
public static void printChatError(meteordevelopment.starscript.utils.StarscriptError e) -
popIdentifier
public static net.minecraft.util.Identifier popIdentifier(meteordevelopment.starscript.Starscript ss, String errorMessage) -
wrap
public static meteordevelopment.starscript.value.Value wrap(net.minecraft.item.ItemStack itemStack) -
wrap
public static meteordevelopment.starscript.value.Value wrap(net.minecraft.util.math.BlockPos blockPos, net.minecraft.block.BlockState blockState) -
wrap
public static meteordevelopment.starscript.value.Value wrap(net.minecraft.entity.Entity entity) -
wrap
-
wrap
public static meteordevelopment.starscript.value.Value wrap(net.minecraft.entity.effect.StatusEffectInstance effectInstance)
-