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 Summary
ConstructorsConstructorDescriptionNorthstarKubeDataEvent(dev.latvian.mods.kubejs.generator.KubeDataGenerator generator) -
Method Summary
Modifier and TypeMethodDescriptionvoiddimension(PlanetDimension dimension) voiddimension(PlanetDimension.Builder dimension, @Nullable net.minecraft.resources.ResourceLocation path) voiddimension(PlanetDimension dimension, @Nullable net.minecraft.resources.ResourceLocation path) dimension(@Nullable net.minecraft.resources.ResourceLocation path) fuel()voidvoidfuel(FuelType.Builder fuel) voidfuel(FuelType.Builder fuel, @Nullable net.minecraft.resources.ResourceLocation path) voidfuel(@Nullable net.minecraft.resources.ResourceLocation path) planet()voidplanet(PlanetProperties planet) voidplanet(PlanetProperties.Builder planet, @Nullable net.minecraft.resources.ResourceLocation path) voidplanet(PlanetProperties planet, @Nullable net.minecraft.resources.ResourceLocation path) planet(@Nullable net.minecraft.resources.ResourceLocation path) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.latvian.mods.kubejs.event.KubeEvent
afterPosted, cancel, cancel, defaultExitValue, exit, exit, getExitValueType, mapExitValue, success, success
-
Constructor Details
-
NorthstarKubeDataEvent
public NorthstarKubeDataEvent(dev.latvian.mods.kubejs.generator.KubeDataGenerator generator)
-
-
Method Details
-
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
-
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
-
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
-
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
-
planet
public void planet(PlanetProperties planet, @Nullable @Nullable net.minecraft.resources.ResourceLocation path) -
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
-
dimension
public void dimension(PlanetDimension dimension, @Nullable @Nullable net.minecraft.resources.ResourceLocation path) -
postProcess
@HideFromJS @Internal public void postProcess()
-