Package emu.grasscutter.game.entity
Class EntitySolarIsotomaClientGadget
java.lang.Object
emu.grasscutter.game.entity.GameEntity
emu.grasscutter.game.entity.EntityBaseGadget
emu.grasscutter.game.entity.EntityClientGadget
emu.grasscutter.game.entity.EntitySolarIsotomaClientGadget
-
Field Summary
FieldsFields inherited from class emu.grasscutter.game.entity.EntityBaseGadget
position, rotationFields inherited from class emu.grasscutter.game.entity.GameEntity
id -
Constructor Summary
ConstructorsConstructorDescriptionEntitySolarIsotomaClientGadget(Scene scene, Player player, EvtCreateGadgetNotifyOuterClass.EvtCreateGadgetNotify notify) -
Method Summary
Modifier and TypeMethodDescriptionvoidonCreate()Called when this entity is added to the worldvoidMethods inherited from class emu.grasscutter.game.entity.EntityClientGadget
getCampId, getCampType, getFightProperties, getGadgetId, getOriginalOwnerEntityId, getOwner, getOwnerEntityId, getTargetEntityId, isAsyncLoad, onDeath, toProtoMethods inherited from class emu.grasscutter.game.entity.EntityBaseGadget
fillFightProps, getPosition, getRotationMethods inherited from class emu.grasscutter.game.entity.GameEntity
addAllFightPropsToEntityInfo, addFightProperty, damage, damage, getBlockId, getConfigId, getEntityType, getFightProperty, getGroupId, getId, getLastMoveReliableSeq, getLastMoveSceneTimeMs, getLifeState, getMetaModifiers, getMetaOverrideMap, getMotionInfo, getMotionState, getScene, getSpawnEntry, getWorld, hasFightProperty, heal, isAlive, isLockHP, move, onInteract, setBlockId, setConfigId, setFightProperty, setFightProperty, setGroupId, setLastMoveReliableSeq, setLastMoveSceneTimeMs, setLockHP, setMotionState, setSpawnEntry
-
Field Details
-
GADGET_ID
public static final int GADGET_ID- See Also:
-
ELEVATOR_GADGET_ID
public static final int ELEVATOR_GADGET_ID- See Also:
-
-
Constructor Details
-
EntitySolarIsotomaClientGadget
public EntitySolarIsotomaClientGadget(Scene scene, Player player, EvtCreateGadgetNotifyOuterClass.EvtCreateGadgetNotify notify)
-
-
Method Details
-
onCreate
public void onCreate()Description copied from class:GameEntityCalled when this entity is added to the world- Overrides:
onCreatein classGameEntity
-
onRemoved
public void onRemoved()- Overrides:
onRemovedin classGameEntity
-
getPlatformGadget
-