public interface IHacking
extends net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundNBT>
Capability<IHacking> via
capability injection.| Modifier and Type | Method and Description |
|---|---|
void |
addHackable(IHackableEntity hackable)
Add a new hack to the entity's list of hacks.
|
java.util.List<IHackableEntity> |
getCurrentHacks()
Get a list of the hacks currently on the entity.
|
void |
update(net.minecraft.entity.Entity entity)
Called every tick on every entity which has been hacked (i.e.
|
void update(net.minecraft.entity.Entity entity)
entity - the hacked entityvoid addHackable(IHackableEntity hackable)
hackable - a hackjava.util.List<IHackableEntity> getCurrentHacks()