Uses of Class
net.minecraft.command.argument.EntityAnchorArgumentType.EntityAnchor
-
Uses of EntityAnchorArgumentType.EntityAnchor in net.minecraft.command.argument
Fields in net.minecraft.command.argument with type parameters of type EntityAnchorArgumentType.EntityAnchor Modifier and Type Field Description private static Map<String,EntityAnchorArgumentType.EntityAnchor>EntityAnchorArgumentType.EntityAnchor. anchorsMethods in net.minecraft.command.argument that return EntityAnchorArgumentType.EntityAnchor Modifier and Type Method Description static @Nullable EntityAnchorArgumentType.EntityAnchorEntityAnchorArgumentType.EntityAnchor. fromId(String id)static EntityAnchorArgumentType.EntityAnchorEntityAnchorArgumentType. getEntityAnchor(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)EntityAnchorArgumentType.EntityAnchorEntityAnchorArgumentType. parse(com.mojang.brigadier.StringReader stringReader)static EntityAnchorArgumentType.EntityAnchorEntityAnchorArgumentType.EntityAnchor. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityAnchorArgumentType.EntityAnchor[]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.EntityAnchor Modifier and Type Method Description voidEntity. 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.EntityAnchor Modifier and Type Field Description private EntityAnchorArgumentType.EntityAnchorLookAtS2CPacket. selfAnchorprivate EntityAnchorArgumentType.EntityAnchorLookAtS2CPacket. targetAnchorMethods in net.minecraft.network.packet.s2c.play that return EntityAnchorArgumentType.EntityAnchor Modifier and Type Method Description EntityAnchorArgumentType.EntityAnchorLookAtS2CPacket. getSelfAnchor()Constructors in net.minecraft.network.packet.s2c.play with parameters of type EntityAnchorArgumentType.EntityAnchor Constructor Description LookAtS2CPacket(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.EntityAnchor Modifier and Type Field Description private EntityAnchorArgumentType.EntityAnchorServerCommandSource. entityAnchorprivate EntityAnchorArgumentType.EntityAnchorTeleportCommand.LookTarget. targetAnchorMethods in net.minecraft.server.command that return EntityAnchorArgumentType.EntityAnchor Modifier and Type Method Description EntityAnchorArgumentType.EntityAnchorServerCommandSource. getEntityAnchor()Methods in net.minecraft.server.command with parameters of type EntityAnchorArgumentType.EntityAnchor Modifier and Type Method Description ServerCommandSourceServerCommandSource. withEntityAnchor(EntityAnchorArgumentType.EntityAnchor anchor)ServerCommandSourceServerCommandSource. withLookingAt(Entity entity, EntityAnchorArgumentType.EntityAnchor anchor)Constructors in net.minecraft.server.command with parameters of type EntityAnchorArgumentType.EntityAnchor Constructor Description LookTarget(Entity target, EntityAnchorArgumentType.EntityAnchor targetAnchor)ServerCommandSource(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.EntityAnchor Modifier and Type Method Description voidServerPlayerEntity. lookAt(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target)voidServerPlayerEntity. lookAtEntity(EntityAnchorArgumentType.EntityAnchor anchorPoint, Entity targetEntity, EntityAnchorArgumentType.EntityAnchor targetAnchor)