Class FabricIronGolem
java.lang.Object
com.elikill58.negativity.api.entity.AbstractEntity
com.elikill58.negativity.fabric.impl.entity.FabricEntity<net.minecraft.entity.passive.IronGolemEntity>
com.elikill58.negativity.fabric.impl.entity.FabricIronGolem
- All Implemented Interfaces:
CommandSender,Entity,IronGolem,NegativityObject
public class FabricIronGolem
extends FabricEntity<net.minecraft.entity.passive.IronGolemEntity>
implements IronGolem
-
Field Summary
Fields inherited from class com.elikill58.negativity.fabric.impl.entity.FabricEntity
entity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.elikill58.negativity.fabric.impl.entity.FabricEntity
getBoundingBox, getDefault, getEntityId, getEyeHeight, getEyeLocation, getLocation, getName, getRotation, getTheoricVelocity, getWorld, isDead, isOnGround, isOp, sendMessage, setVelocityMethods inherited from class com.elikill58.negativity.api.entity.AbstractEntity
applyTheoricVelocity, getTargetBlock, getVelocity, 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
applyTheoricVelocity, getBoundingBox, getEntityId, getEyeHeight, getEyeLocation, getLocation, getRotation, getTargetBlock, getTheoricVelocity, getVelocity, getWorld, isDead, isOnGround, isOp, isSameId, isSameId, setVelocityMethods inherited from interface com.elikill58.negativity.api.NegativityObject
getDefault
-
Constructor Details
-
FabricIronGolem
public FabricIronGolem(net.minecraft.entity.passive.IronGolemEntity golem)
-
-
Method Details