Class MeteorStarscript

java.lang.Object
meteordevelopment.meteorclient.utils.misc.MeteorStarscript

public class MeteorStarscript extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static meteordevelopment.starscript.Starscript
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static meteordevelopment.starscript.Script
    compile(String source)
     
    static void
     
    static net.minecraft.util.Identifier
    popIdentifier(meteordevelopment.starscript.Starscript ss, String errorMessage)
     
    static void
    printChatError(int i, meteordevelopment.starscript.utils.Error error)
     
    static void
    printChatError(meteordevelopment.starscript.utils.Error error)
     
    static void
    printChatError(meteordevelopment.starscript.utils.StarscriptError e)
     
    static String
    run(meteordevelopment.starscript.Script script)
     
    static String
    run(meteordevelopment.starscript.Script script, StringBuilder sb)
     
    static meteordevelopment.starscript.Section
    runSection(meteordevelopment.starscript.Script script)
     
    static meteordevelopment.starscript.Section
    runSection(meteordevelopment.starscript.Script script, StringBuilder sb)
     
    static meteordevelopment.starscript.value.Value
     
    static meteordevelopment.starscript.value.Value
    wrap(net.minecraft.entity.effect.StatusEffectInstance effectInstance)
     
    static meteordevelopment.starscript.value.Value
    wrap(net.minecraft.entity.Entity entity)
     
    static meteordevelopment.starscript.value.Value
    wrap(net.minecraft.item.ItemStack itemStack)
     
    static meteordevelopment.starscript.value.Value
    wrap(net.minecraft.util.math.BlockPos blockPos, net.minecraft.block.BlockState blockState)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ss

      public static meteordevelopment.starscript.Starscript ss
  • Constructor Details

    • MeteorStarscript

      public MeteorStarscript()
  • Method Details

    • init

      public static void init()
    • compile

      public static meteordevelopment.starscript.Script compile(String source)
    • runSection

      public static meteordevelopment.starscript.Section runSection(meteordevelopment.starscript.Script script, StringBuilder sb)
    • run

      public static String run(meteordevelopment.starscript.Script script, StringBuilder sb)
    • runSection

      public static meteordevelopment.starscript.Section runSection(meteordevelopment.starscript.Script script)
    • run

      public static String run(meteordevelopment.starscript.Script script)
    • 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

      public static meteordevelopment.starscript.value.Value wrap(HorizontalDirection dir)
    • wrap

      public static meteordevelopment.starscript.value.Value wrap(net.minecraft.entity.effect.StatusEffectInstance effectInstance)