Package me.desht.pneumaticcraft.api.pneumatic_armor.hacking
package me.desht.pneumaticcraft.api.pneumatic_armor.hacking
-
ClassDescriptionAbstractPersistentEntityHack<T extends net.minecraft.world.entity.Entity>Convenience base class for hacks which are added as a persistent object to an entity's hack list.Some common hack types which can be passed to the
AbstractPersistentEntityHackconstructor, only used for armor HUD display purposes.Use this interface to specify any hackable block.IHackableEntity<T extends net.minecraft.world.entity.Entity>Use this interface to specify any hackable entity.Manages the list of "hacks" on an entity.