mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-29 11:41:36 +01:00
[ci skip] cleanup some ATs (#9840)
This commit is contained in:
parent
64b1b0fc06
commit
44214b0015
@ -36,7 +36,6 @@ is undefined.
|
|||||||
== AT ==
|
== AT ==
|
||||||
public net.minecraft.server.network.ServerLoginPacketListenerImpl$State
|
public net.minecraft.server.network.ServerLoginPacketListenerImpl$State
|
||||||
public net.minecraft.server.network.ServerLoginPacketListenerImpl state
|
public net.minecraft.server.network.ServerLoginPacketListenerImpl state
|
||||||
public net.minecraft.server.network.ServerLoginPacketListenerImpl gameProfile
|
|
||||||
|
|
||||||
diff --git a/src/main/java/net/minecraft/network/Connection.java b/src/main/java/net/minecraft/network/Connection.java
|
diff --git a/src/main/java/net/minecraft/network/Connection.java b/src/main/java/net/minecraft/network/Connection.java
|
||||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||||
|
@ -15,7 +15,6 @@ public net.minecraft.world.level.levelgen.SurfaceRules$LazyYCondition
|
|||||||
public net.minecraft.world.level.levelgen.SurfaceRules$LazyCondition
|
public net.minecraft.world.level.levelgen.SurfaceRules$LazyCondition
|
||||||
public net.minecraft.world.level.levelgen.SurfaceRules$VerticalGradientConditionSource
|
public net.minecraft.world.level.levelgen.SurfaceRules$VerticalGradientConditionSource
|
||||||
public net.minecraft.world.level.levelgen.SurfaceRules$SurfaceRule
|
public net.minecraft.world.level.levelgen.SurfaceRules$SurfaceRule
|
||||||
public net.minecraft.world.level.levelgen.SurfaceSystem getOrCreateRandomFactory(Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/world/level/levelgen/PositionalRandomFactory;
|
|
||||||
|
|
||||||
Co-authored-by: Noah van der Aa <ndvdaa@gmail.com>
|
Co-authored-by: Noah van der Aa <ndvdaa@gmail.com>
|
||||||
|
|
||||||
|
@ -14,8 +14,6 @@ public net.minecraft.world.entity.animal.Bee setRolling(Z)V
|
|||||||
public net.minecraft.world.entity.animal.Bee numCropsGrownSincePollination
|
public net.minecraft.world.entity.animal.Bee numCropsGrownSincePollination
|
||||||
public net.minecraft.world.entity.animal.Bee ticksWithoutNectarSinceExitingHive
|
public net.minecraft.world.entity.animal.Bee ticksWithoutNectarSinceExitingHive
|
||||||
public net.minecraft.world.entity.monster.piglin.Piglin isChargingCrossbow()Z
|
public net.minecraft.world.entity.monster.piglin.Piglin isChargingCrossbow()Z
|
||||||
public net.minecraft.world.entity.animal.MushroomCow effect
|
|
||||||
public net.minecraft.world.entity.animal.MushroomCow effectDuration
|
|
||||||
public net.minecraft.world.entity.ambient.Bat targetPosition
|
public net.minecraft.world.entity.ambient.Bat targetPosition
|
||||||
public net.minecraft.world.entity.monster.Ravager attackTick
|
public net.minecraft.world.entity.monster.Ravager attackTick
|
||||||
public net.minecraft.world.entity.monster.Ravager stunnedTick
|
public net.minecraft.world.entity.monster.Ravager stunnedTick
|
||||||
@ -23,7 +21,6 @@ public net.minecraft.world.entity.monster.Ravager roarTick
|
|||||||
public net.minecraft.world.entity.vehicle.MinecartTNT explode(D)V
|
public net.minecraft.world.entity.vehicle.MinecartTNT explode(D)V
|
||||||
public net.minecraft.world.entity.vehicle.MinecartTNT fuse
|
public net.minecraft.world.entity.vehicle.MinecartTNT fuse
|
||||||
public net.minecraft.world.entity.monster.Endermite life
|
public net.minecraft.world.entity.monster.Endermite life
|
||||||
public net.minecraft.world.entity.vehicle.MinecartHopper cooldownTime
|
|
||||||
public net.minecraft.world.entity.projectile.AbstractArrow soundEvent
|
public net.minecraft.world.entity.projectile.AbstractArrow soundEvent
|
||||||
public net.minecraft.world.entity.monster.Phantom anchorPoint
|
public net.minecraft.world.entity.monster.Phantom anchorPoint
|
||||||
public net.minecraft.world.entity.npc.WanderingTrader getWanderTarget()Lnet/minecraft/core/BlockPos;
|
public net.minecraft.world.entity.npc.WanderingTrader getWanderTarget()Lnet/minecraft/core/BlockPos;
|
||||||
|
@ -3,8 +3,6 @@ From: Owen1212055 <23108066+Owen1212055@users.noreply.github.com>
|
|||||||
Date: Sun, 5 Sep 2021 12:15:59 -0400
|
Date: Sun, 5 Sep 2021 12:15:59 -0400
|
||||||
Subject: [PATCH] More Teleport API
|
Subject: [PATCH] More Teleport API
|
||||||
|
|
||||||
== AT ==
|
|
||||||
public net.minecraft.server.network.ServerGamePacketListenerImpl internalTeleport(DDDFFLjava/util/Set;Z)V
|
|
||||||
|
|
||||||
diff --git a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
|
diff --git a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
|
||||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||||
|
@ -149,7 +149,6 @@ In stress testing, these changes lowered the locking overhead to only 5%
|
|||||||
from ~70%, which completely fix the original problem as described.
|
from ~70%, which completely fix the original problem as described.
|
||||||
|
|
||||||
== AT ==
|
== AT ==
|
||||||
public net.minecraft.server.level.ChunkMap setViewDistance(I)V
|
|
||||||
public net.minecraft.server.level.ChunkHolder pos
|
public net.minecraft.server.level.ChunkHolder pos
|
||||||
public net.minecraft.server.level.ChunkMap overworldDataStorage
|
public net.minecraft.server.level.ChunkMap overworldDataStorage
|
||||||
public-f net.minecraft.world.level.chunk.storage.RegionFileStorage
|
public-f net.minecraft.world.level.chunk.storage.RegionFileStorage
|
||||||
|
Loading…
Reference in New Issue
Block a user