Update to Minecraft 1.16.2

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2020-08-12 07:00:00 +10:00
parent 7278ee0293
commit 42b72d7c63
12 changed files with 136 additions and 98 deletions

View File

@@ -0,0 +1,6 @@
package org.bukkit.entity;
/**
* Represents a Piglin Brute.
*/
public interface PiglinBrute extends PiglinAbstract { }