Class HackableEnderman

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

public class HackableEnderman extends AbstractPersistentEntityHack<net.minecraft.world.entity.monster.EnderMan>
  • Constructor Details

    • HackableEnderman

      public HackableEnderman()
  • 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.EnderMan> 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