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
Constructors -
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, sendMessageMethods inherited from class com.elikill58.negativity.api.entity.AbstractEntity
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.elikill58.negativity.api.commands.CommandSender
getName, sendMessageMethods inherited from interface com.elikill58.negativity.api.entity.Entity
getBoundingBox, getEntityId, getEyeHeight, getEyeLocation, getLocation, getRotation, getWorld, isDead, isOnGround, isOp, isSameId, isSameId, isSameIdMethods inherited from interface com.elikill58.negativity.api.NegativityObject
getDefault
-
Constructor Details
-
MinestomIronGolem
public MinestomIronGolem(net.minestom.server.entity.Entity golem)
-
-
Method Details