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
-
Method Summary
Methods inherited from class com.elikill58.negativity.fabric.impl.entity.FabricEntity
getBoundingBox, getDefault, getEntityId, getEyeHeight, getEyeLocation, getLocation, getName, getRotation, getTheoricVelocity, isOnGround, isOp, sendMessage, setVelocity
Methods inherited from class com.elikill58.negativity.api.entity.AbstractEntity
applyTheoricVelocity, getTargetBlock, getVelocity, 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
applyTheoricVelocity, getBoundingBox, getEntityId, getEyeHeight, getEyeLocation, getLocation, getRotation, getTargetBlock, getTheoricVelocity, getVelocity, isOnGround, isOp, isSameId, isSameId, setVelocity
Methods inherited from interface com.elikill58.negativity.api.NegativityObject
getDefault
-
Constructor Details
-
FabricIronGolem
public FabricIronGolem(net.minecraft.entity.passive.IronGolemEntity golem)
-
-
Method Details