Uses of Enum
net.minecraft.command.argument.EntityAnchorArgumentType.EntityAnchor
Packages that use EntityAnchorArgumentType.EntityAnchor
Package
Description
-
Uses of EntityAnchorArgumentType.EntityAnchor in net.minecraft.command.argument
Fields in net.minecraft.command.argument with type parameters of type EntityAnchorArgumentType.EntityAnchorModifier and TypeFieldDescriptionprivate static Map<String,EntityAnchorArgumentType.EntityAnchor>EntityAnchorArgumentType.EntityAnchor.anchorsMethods in net.minecraft.command.argument that return EntityAnchorArgumentType.EntityAnchorModifier and TypeMethodDescriptionEntityAnchorArgumentType.getEntityAnchor(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)EntityAnchorArgumentType.parse(com.mojang.brigadier.StringReader stringReader)Returns the enum constant of this type with the specified name.EntityAnchorArgumentType.EntityAnchor.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityAnchorArgumentType.EntityAnchor in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type EntityAnchorArgumentType.EntityAnchorModifier and TypeMethodDescriptionvoidEntity.lookAt(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target)voidLivingEntity.lookAt(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target) -
Uses of EntityAnchorArgumentType.EntityAnchor in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as EntityAnchorArgumentType.EntityAnchorMethods in net.minecraft.network.packet.s2c.play that return EntityAnchorArgumentType.EntityAnchorConstructors in net.minecraft.network.packet.s2c.play with parameters of type EntityAnchorArgumentType.EntityAnchorModifierConstructorDescriptionLookAtS2CPacket(EntityAnchorArgumentType.EntityAnchor selfAnchor, double targetX, double targetY, double targetZ)LookAtS2CPacket(EntityAnchorArgumentType.EntityAnchor selfAnchor, Entity entity, EntityAnchorArgumentType.EntityAnchor targetAnchor) -
Uses of EntityAnchorArgumentType.EntityAnchor in net.minecraft.server.command
Fields in net.minecraft.server.command declared as EntityAnchorArgumentType.EntityAnchorModifier and TypeFieldDescriptionServerCommandSource.entityAnchorTeleportCommand.LookTarget.targetAnchorMethods in net.minecraft.server.command that return EntityAnchorArgumentType.EntityAnchorMethods in net.minecraft.server.command with parameters of type EntityAnchorArgumentType.EntityAnchorModifier and TypeMethodDescriptionServerCommandSource.withEntityAnchor(EntityAnchorArgumentType.EntityAnchor anchor)ServerCommandSource.withLookingAt(Entity entity, EntityAnchorArgumentType.EntityAnchor anchor)Constructors in net.minecraft.server.command with parameters of type EntityAnchorArgumentType.EntityAnchorModifierConstructorDescriptionLookTarget(Entity target, EntityAnchorArgumentType.EntityAnchor targetAnchor)protectedServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String simpleName, Text name, MinecraftServer server, @Nullable Entity entity, boolean silent, com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer, EntityAnchorArgumentType.EntityAnchor entityAnchor) -
Uses of EntityAnchorArgumentType.EntityAnchor in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type EntityAnchorArgumentType.EntityAnchorModifier and TypeMethodDescriptionvoidServerPlayerEntity.lookAt(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target)voidServerPlayerEntity.lookAtEntity(EntityAnchorArgumentType.EntityAnchor anchorPoint, Entity targetEntity, EntityAnchorArgumentType.EntityAnchor targetAnchor)