Package net.jcm.vsch.event
Class Gravity
java.lang.Object
net.jcm.vsch.event.Gravity
The class for gravity related functions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetAll(net.minecraft.server.level.ServerLevel world) Sets the Gravity of all dimensions as defined in the datapacks.
-
Constructor Details
-
Gravity
public Gravity()
-
-
Method Details
-
setAll
public static void setAll(net.minecraft.server.level.ServerLevel world) Sets the Gravity of all dimensions as defined in the datapacks.- Parameters:
world- AServerLevelused to access the world variables.
-