Class MutableLocation

java.lang.Object
com.pixelmonmod.pixelmon.api.world.MutableLocation

public class MutableLocation extends Object
A location in a world that can have its properties changed. Used principally for spawning.
  • 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)