Class MinestomIronGolem
java.lang.Object
com.elikill58.negativity.api.entity.AbstractEntity
com.elikill58.negativity.minestom.impl.entity.MinestomEntity<net.minestom.server.entity.Entity>
com.elikill58.negativity.minestom.impl.entity.MinestomIronGolem
- All Implemented Interfaces:
CommandSender
,Entity
,IronGolem
,NegativityObject
public class MinestomIronGolem
extends MinestomEntity<net.minestom.server.entity.Entity>
implements IronGolem
-
Field Summary
Fields inherited from class com.elikill58.negativity.minestom.impl.entity.MinestomEntity
entity
-
Constructor Summary
-
Method Summary
Methods inherited from class com.elikill58.negativity.minestom.impl.entity.MinestomEntity
getBoundingBox, getDefault, getEntityId, getEyeHeight, getEyeLocation, getLocation, getName, getRotation, getWorld, isDead, isOnGround, isOp, sendMessage
Methods inherited from class com.elikill58.negativity.api.entity.AbstractEntity
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.elikill58.negativity.api.commands.CommandSender
getName, sendMessage
Methods inherited from interface com.elikill58.negativity.api.entity.Entity
getBoundingBox, getEntityId, getEyeHeight, getEyeLocation, getLocation, getRotation, getWorld, isDead, isOnGround, isOp, isSameId, isSameId, isSameId
Methods inherited from interface com.elikill58.negativity.api.NegativityObject
getDefault
-
Constructor Details
-
MinestomIronGolem
public MinestomIronGolem(net.minestom.server.entity.Entity golem)
-
-
Method Details