Class NorthstarKubeDataEvent

java.lang.Object
dev.latvian.mods.kubejs.event.EventJS
dev.latvian.mods.kubejs.script.data.DataPackEventJS
com.lightning.northstar.compat.kubejs.event.NorthstarKubeDataEvent

@ParametersAreNonnullByDefault public class NorthstarKubeDataEvent extends dev.latvian.mods.kubejs.script.data.DataPackEventJS
  • Constructor Details

    • NorthstarKubeDataEvent

      public NorthstarKubeDataEvent(dev.latvian.mods.kubejs.script.data.VirtualKubeJSDataPack d, net.minecraft.server.packs.resources.MultiPackResourceManager rm)
  • Method Details

    • fuel

      public FuelType.Builder fuel()
    • fuel

      @Info(value="Defines a fuel type", params=@Param(name="path",value="The name of the fuel type")) @Generics(Builder.class) public FuelType.Builder fuel(@Nullable @Nullable net.minecraft.resources.ResourceLocation path)
    • fuel

      public void fuel(FuelType.Builder fuel)
    • fuel

      @Info(value="Defines a fuel type",params={@Param(name="fuel",value="The fuel properties"),@Param(name="path",value="The name of the fuel type")}) public void fuel(FuelType.Builder fuel, @Nullable @Nullable net.minecraft.resources.ResourceLocation path)
    • fuel

      public void fuel(FuelType fuel)
    • fuel

      @Info(value="Defines a fuel type",params={@Param(name="fuel",value="The fuel properties"),@Param(name="path",value="The name of the fuel type")}) public void fuel(FuelType fuel, @Nullable @Nullable net.minecraft.resources.ResourceLocation path)
    • planet

      public PlanetProperties.Builder planet()
    • planet

      public PlanetProperties.Builder planet(@Nullable @Nullable net.minecraft.resources.ResourceLocation path)
    • planet

      public void planet(PlanetProperties.Builder planet, @Nullable @Nullable net.minecraft.resources.ResourceLocation path)
    • planet

      public void planet(PlanetProperties planet)
    • planet

      public void planet(PlanetProperties planet, @Nullable @Nullable net.minecraft.resources.ResourceLocation path)
    • dimension

      public PlanetDimension.Builder dimension()
    • dimension

      public PlanetDimension.Builder dimension(@Nullable @Nullable net.minecraft.resources.ResourceLocation path)
    • dimension

      public void dimension(PlanetDimension.Builder dimension, @Nullable @Nullable net.minecraft.resources.ResourceLocation path)
    • dimension

      public void dimension(PlanetDimension dimension)
    • dimension

      public void dimension(PlanetDimension dimension, @Nullable @Nullable net.minecraft.resources.ResourceLocation path)
    • postProcess

      @HideFromJS @Internal public void postProcess()