Update to Minecraft 1.21.2

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2024-10-23 02:15:00 +11:00
parent 68de2de253
commit cd27f1b0c7
62 changed files with 1914 additions and 156 deletions

View File

@@ -32,7 +32,9 @@ public interface Boat extends Vehicle {
* Gets the type of the boat.
*
* @return the boat type
* @deprecated different boats types are now different entity types
*/
@Deprecated
@NotNull
Type getBoatType();
@@ -40,7 +42,9 @@ public interface Boat extends Vehicle {
* Sets the type of the boat.
*
* @param type the new type
* @deprecated different boats types are now different entity types
*/
@Deprecated
void setBoatType(@NotNull Type type);
/**
@@ -134,7 +138,9 @@ public interface Boat extends Vehicle {
/**
* Represents the type of boats.
* @deprecated different boats types are now different entity types
*/
@Deprecated
public enum Type {
OAK(Material.OAK_PLANKS),
SPRUCE(Material.SPRUCE_PLANKS),