Class Spawn
java.lang.Object
at.setup_studios.mc_milsim.gameplay.player.Spawn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
spawnPlayerAt
(ModPlayer modPlayer, double x, double y, double z) Spawns a player at the given location, clears inventory, and gives class items.
-
Constructor Details
-
Spawn
public Spawn()
-
-
Method Details
-
spawnPlayerAt
Spawns a player at the given location, clears inventory, and gives class items.- Parameters:
modPlayer
- The custom player wrapperx
- The x coordinatey
- The y coordinatez
- The z coordinate
-