Class SatelliteHorizons

java.lang.Object
com.hbm_m.satellite.Satellite
com.hbm_m.satellite.SatelliteHorizons

public class SatelliteHorizons extends Satellite
"Gerald the Construction Android" (sat_gerald). Despite the name, the legacy behavior (class SatelliteHorizons) has nothing to do with construction: it's a one-time orbital strike - the matching-frequency designator drops a meteor from Y=600 that detonates into a 600-block-radius explosion. Port of legacy com.hbm.saveddata.satellites.SatelliteHorizons.
  • Constructor Details

    • SatelliteHorizons

      public SatelliteHorizons()
  • Method Details

    • writeToNBT

      public void writeToNBT(net.minecraft.nbt.CompoundTag nbt)
      Overrides:
      writeToNBT in class Satellite
    • readFromNBT

      public void readFromNBT(net.minecraft.nbt.CompoundTag nbt)
      Overrides:
      readFromNBT in class Satellite
    • onCoordAction

      public void onCoordAction(net.minecraft.server.level.ServerLevel level, net.minecraft.world.entity.player.Player player, int x, int y, int z)
      Description copied from class: Satellite
      Called by a matching-frequency ItemSatDesignator raytrace target.
      Overrides:
      onCoordAction in class Satellite