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 TypeMethodDescriptionfuel()voidvoidfuel(FuelType.Builder fuel) voidfuel(FuelType.Builder fuel, net.minecraft.resources.ResourceLocation path) voidfuel(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 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 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 net.minecraft.resources.ResourceLocation path) -
postProcess
@HideFromJS public void postProcess()
-