Class NorthstarKubeDataEvent

java.lang.Object
com.lightning.northstar.compat.kubejs.event.NorthstarKubeDataEvent
All Implemented Interfaces:
dev.latvian.mods.kubejs.event.KubeEvent

@ParametersAreNonnullByDefault public class NorthstarKubeDataEvent extends Object implements dev.latvian.mods.kubejs.event.KubeEvent
  • Constructor Details

    • NorthstarKubeDataEvent

      public NorthstarKubeDataEvent(dev.latvian.mods.kubejs.generator.KubeDataGenerator generator)
  • 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")) 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()