public class ProgWidgetTeleport extends ProgWidgetGoToLocation
IProgWidget.WidgetDifficulty| Constructor and Description |
|---|
ProgWidgetTeleport() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getTexture() |
net.minecraft.entity.ai.goal.Goal |
getWidgetAI(IDroneBase drone,
IProgWidget widget)
Get the AI for this progwidget
|
addErrors, doneWhenDeparting, getArea, getColor, getDifficulty, getParameters, getTooltip, hasStepInput, readFromNBT, readFromPacket, returnType, setDoneWhenDeparting, writeToNBT, writeToPacketaddWarnings, canBeRunByComputers, canSetParameter, copy, fromNBT, fromPacket, getConnectedParameters, getExtraStringInfo, getHeight, getMaxUV, getOutputWidget, getOutputWidget, getParent, getTextureSize, getType, getTypeID, getWidgetTargetAI, getWidth, getX, getY, hasBlacklist, hasStepOutput, isAvailable, setOutputWidget, setParameter, setParent, setX, setYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, freeToUse, getTranslationKey, isDifficultyOKpublic net.minecraft.util.ResourceLocation getTexture()
getTexture in interface IProgWidgetgetTexture in class ProgWidgetGoToLocationpublic net.minecraft.entity.ai.goal.Goal getWidgetAI(IDroneBase drone, IProgWidget widget)
IProgWidgetgetWidgetAI in interface IProgWidgetgetWidgetAI in class ProgWidgetGoToLocationdrone - the dronewidget - will be 'this' most of the time, but not when controlled externally (e.g. ComputerCraft)