Package com.hbm_m.satellite
Class SatelliteHorizons
java.lang.Object
com.hbm_m.satellite.Satellite
com.hbm_m.satellite.SatelliteHorizons
"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.-
Field Summary
Fields inherited from class com.hbm_m.satellite.Satellite
ITEM_TO_CLASS, SATELLITES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCoordAction(net.minecraft.server.level.ServerLevel level, net.minecraft.world.entity.player.Player player, int x, int y, int z) Called by a matching-frequencyItemSatDesignatorraytrace target.voidreadFromNBT(net.minecraft.nbt.CompoundTag nbt) voidwriteToNBT(net.minecraft.nbt.CompoundTag nbt) Methods inherited from class com.hbm_m.satellite.Satellite
create, getID, getIDFromItem, onOrbit, register, registerSatellite
-
Constructor Details
-
SatelliteHorizons
public SatelliteHorizons()
-
-
Method Details
-
writeToNBT
public void writeToNBT(net.minecraft.nbt.CompoundTag nbt) - Overrides:
writeToNBTin classSatellite
-
readFromNBT
public void readFromNBT(net.minecraft.nbt.CompoundTag nbt) - Overrides:
readFromNBTin classSatellite
-
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:SatelliteCalled by a matching-frequencyItemSatDesignatorraytrace target.- Overrides:
onCoordActionin classSatellite
-