HyCodeYourTale
classpublicPriority 3

EntityWrappedArg

com.hypixel.hytale.server.core.command.system.arguments.types.EntityWrappedArg

extends WrappedArg

2

Methods

2

Public Methods

0

Fields

1

Constructors

Constants

MessageMESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD= Message.translation("server.commands.errors.playerNotInWorld")

Constructors

public
EntityWrappedArg(Argument<?, UUID> argument)

Methods

Public Methods (2)

public
Ref<EntityStore> get(ComponentAccessor<EntityStore> componentAccessor, CommandContext context)
@Nullable
public
Ref<EntityStore> getEntityDirectly(CommandContext context, World world)
@Nullable

Related Classes