[ci skip] Add more patch identifying comments, cleanup
This commit is contained in:
parent
db4ed47134
commit
bc99c40604
31 changed files with 129 additions and 244 deletions
|
|
@ -2613,11 +2613,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ // Paper end - optimise collisions
|
||||
}
|
||||
|
||||
// Paper start
|
||||
// Paper start - Cancel hit for vanished players
|
||||
@@ -0,0 +0,0 @@ public abstract class Level implements LevelAccessor, AutoCloseable {
|
||||
return true;
|
||||
}
|
||||
// Paper end
|
||||
// Paper end - Cancel hit for vanished players
|
||||
+ // Paper start - optimise collisions
|
||||
+ public final int minSection;
|
||||
+ public final int maxSection;
|
||||
|
|
@ -3030,7 +3030,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ this.id2 = it.unimi.dsi.fastutil.HashCommon.murmurHash3(it.unimi.dsi.fastutil.HashCommon.murmurHash3(ID_GENERATOR.getAndIncrement() + RANDOM_OFFSET) + RANDOM_OFFSET);
|
||||
+ // Paper end - optimise collisions
|
||||
}
|
||||
// Paper start - impl cached craft block data, lazy load to fix issue with loading at the wrong time
|
||||
// Paper start - Perf: impl cached craft block data, lazy load to fix issue with loading at the wrong time
|
||||
private org.bukkit.craftbukkit.block.data.CraftBlockData cachedCraftBlockData;
|
||||
@@ -0,0 +0,0 @@ public abstract class BlockBehaviour implements FeatureElement {
|
||||
return this.conditionallyFullOpaque;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue