Class HackableGhast

java.lang.Object
me.desht.pneumaticcraft.api.pneumatic_armor.hacking.AbstractPersistentEntityHack<net.minecraft.world.entity.monster.Ghast>
me.desht.pneumaticcraft.common.hacking.entity.HackableGhast
All Implemented Interfaces:
IHackableEntity<net.minecraft.world.entity.monster.Ghast>

public class HackableGhast extends AbstractPersistentEntityHack<net.minecraft.world.entity.monster.Ghast>
  • Constructor Details

    • HackableGhast

      public HackableGhast()
  • Method Details

    • getHackableId

      public net.minecraft.resources.ResourceLocation getHackableId()
      Description copied from interface: IHackableEntity
      Should return a unique id to represent this hackable.
      Returns:
      a unique String id
    • getHackableClass

      public Class<net.minecraft.world.entity.monster.Ghast> getHackableClass()
      Description copied from interface: IHackableEntity
      Get the class of the entity this hack should apply to. All subclasses of this class will also be applicable.
      Returns:
      the target entity class