Update CB

This commit is contained in:
Shane Freeder
2017-08-16 16:47:06 +01:00
parent 7a4c06e567
commit 7fc4d26c3f
9 changed files with 24 additions and 26 deletions

View File

@@ -10,9 +10,10 @@ index 64c0f0a7..6da6abd8 100644
--- a/src/main/java/org/bukkit/metadata/MetadataStoreBase.java --- a/src/main/java/org/bukkit/metadata/MetadataStoreBase.java
+++ b/src/main/java/org/bukkit/metadata/MetadataStoreBase.java +++ b/src/main/java/org/bukkit/metadata/MetadataStoreBase.java
@@ -0,0 +0,0 @@ public abstract class MetadataStoreBase<T> { @@ -0,0 +0,0 @@ public abstract class MetadataStoreBase<T> {
}
} }
/** + /**
+ * Removes all metadata in the metadata store that originates from the + * Removes all metadata in the metadata store that originates from the
+ * given plugin. + * given plugin.
+ * + *
@@ -32,8 +33,7 @@ index 64c0f0a7..6da6abd8 100644
+ } + }
+ } + }
+ +
+ /** /**
* Creates a unique name for the object receiving metadata by combining * Creates a unique name for the object receiving metadata by combining
* unique data from the subject with a metadataKey. * unique data from the subject with a metadataKey.
* <p>
-- --

View File

@@ -9,9 +9,10 @@ index 67b0d516..21b2733f 100644
--- a/src/main/java/org/bukkit/World.java --- a/src/main/java/org/bukkit/World.java
+++ b/src/main/java/org/bukkit/World.java +++ b/src/main/java/org/bukkit/World.java
@@ -0,0 +0,0 @@ public interface World extends PluginMessageRecipient, Metadatable { @@ -0,0 +0,0 @@ public interface World extends PluginMessageRecipient, Metadatable {
*/
public Chunk getChunkAt(Block block); public Chunk getChunkAt(Block block);
/** + /**
+ * Used by {@link World#getChunkAtAsync(Location,ChunkLoadCallback)} methods + * Used by {@link World#getChunkAtAsync(Location,ChunkLoadCallback)} methods
+ * to request a {@link Chunk} to be loaded, with this callback receiving + * to request a {@link Chunk} to be loaded, with this callback receiving
+ * the chunk when it is finished. + * the chunk when it is finished.
@@ -83,8 +84,7 @@ index 67b0d516..21b2733f 100644
+ */ + */
+ public void getChunkAtAsync(Block block, ChunkLoadCallback cb); + public void getChunkAtAsync(Block block, ChunkLoadCallback cb);
+ +
+ /** /**
* Checks if the specified {@link Chunk} is loaded * Checks if the specified {@link Chunk} is loaded
* *
* @param chunk The chunk to check
-- --

View File

@@ -37,7 +37,7 @@ index f37491d7..30882559 100644
exp = expAmount; exp = expAmount;
} }
/** + /**
+ * Get the source that provided the experience. + * Get the source that provided the experience.
+ * + *
+ * @return The source of the experience + * @return The source of the experience
@@ -48,8 +48,7 @@ index f37491d7..30882559 100644
+ } + }
+ // Paper end + // Paper end
+ +
+ /** /**
* Get the amount of experience the player will receive * Get the amount of experience the player will receive
* *
* @return The amount of experience
-- --

View File

@@ -106,9 +106,10 @@ index 31b8f93e..360d2f08 100644
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@
</dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<plugin> - <plugin>
- <groupId>org.codehaus.mojo</groupId> - <groupId>org.codehaus.mojo</groupId>
- <artifactId>animal-sniffer-maven-plugin</artifactId> - <artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.15</version> - <version>1.15</version>
@@ -128,10 +129,9 @@ index 31b8f93e..360d2f08 100644
- </signature> - </signature>
- </configuration> - </configuration>
- </plugin> - </plugin>
- <plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@
</execution> </execution>
</executions> </executions>

View File

@@ -9,9 +9,10 @@ index 360d2f08..c6bdf44e 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@
</repositories>
<dependencies> <dependencies>
<dependency> + <dependency>
+ <groupId>net.sf.trove4j</groupId> + <groupId>net.sf.trove4j</groupId>
+ <artifactId>trove4j</artifactId> + <artifactId>trove4j</artifactId>
+ <version>3.0.3</version> + <version>3.0.3</version>
@@ -24,8 +25,7 @@ index 360d2f08..c6bdf44e 100644
+ <version>1.0</version> + <version>1.0</version>
+ <scope>provided</scope> + <scope>provided</scope>
+ </dependency> + </dependency>
+ <dependency> <dependency>
<groupId>commons-lang</groupId> <groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId> <artifactId>commons-lang</artifactId>
<version>2.6</version>
-- --

View File

@@ -66,9 +66,10 @@ index 41330c2a2..f30613672 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
@@ -0,0 +0,0 @@ public class CraftPlayer extends CraftHumanEntity implements Player { @@ -0,0 +0,0 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
}
// Paper start // Paper start
@Override + @Override
+ public void sendActionBar(String message) { + public void sendActionBar(String message) {
+ if (getHandle().playerConnection == null || message == null || message.isEmpty()) return; + if (getHandle().playerConnection == null || message == null || message.isEmpty()) return;
+ getHandle().playerConnection.sendPacket(new PacketPlayOutChat(new ChatComponentText(message), ChatMessageType.GAME_INFO)); + getHandle().playerConnection.sendPacket(new PacketPlayOutChat(new ChatComponentText(message), ChatMessageType.GAME_INFO));
@@ -80,8 +81,7 @@ index 41330c2a2..f30613672 100644
+ sendActionBar(org.bukkit.ChatColor.translateAlternateColorCodes(alternateChar, message)); + sendActionBar(org.bukkit.ChatColor.translateAlternateColorCodes(alternateChar, message));
+ } + }
+ +
+ @Override @Override
public void setPlayerListHeaderFooter(BaseComponent[] header, BaseComponent[] footer) { public void setPlayerListHeaderFooter(BaseComponent[] header, BaseComponent[] footer) {
PacketPlayOutPlayerListHeaderFooter packet = new PacketPlayOutPlayerListHeaderFooter(); PacketPlayOutPlayerListHeaderFooter packet = new PacketPlayOutPlayerListHeaderFooter();
packet.header = header;
-- --

View File

@@ -1399,10 +1399,10 @@ index ec98b3a02..63bbcf0b1 100644
@Override @Override
public YamlConfiguration getConfig() public YamlConfiguration getConfig()
{ {
@@ -0,0 +0,0 @@ public final class CraftServer implements Server { return org.spigotmc.SpigotConfig.config;
} }
@Override + @Override
+ public YamlConfiguration getBukkitConfig() + public YamlConfiguration getBukkitConfig()
+ { + {
+ return configuration; + return configuration;
@@ -1420,10 +1420,9 @@ index ec98b3a02..63bbcf0b1 100644
+ return com.destroystokyo.paper.PaperConfig.config; + return com.destroystokyo.paper.PaperConfig.config;
+ } + }
+ +
+ @Override @Override
public void restart() { public void restart() {
org.spigotmc.RestartCommand.restart(); org.spigotmc.RestartCommand.restart();
}
diff --git a/src/main/java/org/bukkit/craftbukkit/SpigotTimings.java b/src/main/java/org/bukkit/craftbukkit/SpigotTimings.java diff --git a/src/main/java/org/bukkit/craftbukkit/SpigotTimings.java b/src/main/java/org/bukkit/craftbukkit/SpigotTimings.java
deleted file mode 100644 deleted file mode 100644
index 311a2c3f6..000000000 index 311a2c3f6..000000000

View File

@@ -24,18 +24,18 @@ index 7f6f7fe84..d36611644 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@
<version>5.0.4</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> - <dependency>
- <groupId>jline</groupId> - <groupId>jline</groupId>
- <artifactId>jline</artifactId> - <artifactId>jline</artifactId>
- <version>2.12.1</version> - <version>2.12.1</version>
- <scope>compile</scope> - <scope>compile</scope>
- </dependency> - </dependency>
- <dependency> <dependency>
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.19.3</version>
@@ -0,0 +0,0 @@ @@ -0,0 +0,0 @@
<version>3.0.3</version> <version>3.0.3</version>
<scope>compile</scope> <scope>compile</scope>