Class MutableLocation
java.lang.Object
com.pixelmonmod.pixelmon.api.world.MutableLocation
A location in a world that can have its properties changed. Used principally for spawning.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMutableLocation
(net.minecraft.world.level.Level world, int x, int y, int z) MutableLocation
(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos) -
Method Summary
-
Field Details
-
world
public net.minecraft.world.level.Level world -
pos
public net.minecraft.core.BlockPos.MutableBlockPos pos
-
-
Constructor Details
-
MutableLocation
public MutableLocation(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos) -
MutableLocation
public MutableLocation(net.minecraft.world.level.Level world, int x, int y, int z)
-