Package net.jcm.vsch.event
Class AtmosphericCollision
java.lang.Object
net.jcm.vsch.event.AtmosphericCollision
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidatmosphericCollisionTick(net.minecraft.server.level.ServerLevel level) Checks all VS ships for the given level, if any of them are above their dimensions atmosphere (as set in a CH datapack), they will be moved to the specified origin in the travel to dimension.
-
Constructor Details
-
AtmosphericCollision
public AtmosphericCollision()
-
-
Method Details
-
atmosphericCollisionTick
public static void atmosphericCollisionTick(net.minecraft.server.level.ServerLevel level) Checks all VS ships for the given level, if any of them are above their dimensions atmosphere (as set in a CH datapack), they will be moved to the specified origin in the travel to dimension.- Parameters:
level-
-