Class SphereArea

All Implemented Interfaces:
IMarkableArea, INbtSerializable<net.minecraft.nbt.CompoundTag>

public class SphereArea extends CenteredArea
  • Constructor Details

    • SphereArea

      public SphereArea(net.minecraft.nbt.CompoundTag nbt)
    • SphereArea

      public SphereArea(net.minecraft.core.BlockPos centerPos, net.minecraft.core.BlockPos scopePos)
    • SphereArea

      public SphereArea(net.minecraft.core.BlockPos middlePos, int radius)
  • Method Details