Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ServerPlayer#setLocationAndRotation throws AbstractMethodError #4108

Open
SamB440 opened this issue Jul 12, 2024 · 0 comments
Open

ServerPlayer#setLocationAndRotation throws AbstractMethodError #4108

SamB440 opened this issue Jul 12, 2024 · 0 comments
Labels
status: accepted a confirmation that this is either an issue caused by us or something that should be added type: bug Something isn't working

Comments

@SamB440
Copy link

SamB440 commented Jul 12, 2024

Affected Product(s)

SpongeVanilla

Version

1.20.6-11.0.1-RC1749

Operating System

Linux

Java Version

21

Plugins/Mods

Plugins (18)
Minecraft v1.20.6
SpongeAPI v11.1.0-SNAPSHOT
Sponge v1.20.6-11.1.0-SNAPSHOT
SpongeVanilla v1.20.6-11.0.1-RC1749
LemonadeStand v1.0.1-SNAPSHOT
WorldEdit v7.3.3-SNAPSHOT+6787-ad03623
LemonSqueezer v1.0.1-SNAPSHOT
LuckPerms v5.4.130
spark-sponge8 v1.10.60
Treaty v1.0.0
NuVotifier v3.0.0-SNAPSHOT+9d69da2
ViaVersion v1.0.0
Orbis v1.0.0-SNAPSHOT
PacketEvents v2.4.1-SNAPSHOT
Spelare v1.0.1-SNAPSHOT
Pharus v1.0.0-SNAPSHOT
Masquerade v1.0.2-SNAPSHOT
Battlegrounds v3.1.1

Describe the bug

Calling

nearbyPlayer.setLocationAndRotation(center, Vector3d.ZERO, TELEPORT_FLAGS);

Will yield:

java.lang.AbstractMethodError: Receiver class net.minecraft.server.level.ServerPlayer does not define or inherit an implementation of the resolved method 'boolean setLocationAndRotation(org.spongepowered.api.world.server.ServerLocation, org.spongepowered.math.vector.Vector3d, java.util.EnumSet)' of interface org.spongepowered.api.entity.living.player.server.ServerPlayer.

Link to logs

No response

@SamB440 SamB440 added status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage type: bug Something isn't working labels Jul 12, 2024
@Faithcaio Faithcaio added status: accepted a confirmation that this is either an issue caused by us or something that should be added and removed status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepted a confirmation that this is either an issue caused by us or something that should be added type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants