Start working on 1.19.4
This commit is contained in:
		
					parent
					
						
							
								627c3d4475
							
						
					
				
			
			
				commit
				
					
						08ab8edb76
					
				
			
		
					 1390 changed files with 29 additions and 53 deletions
				
			
		| 
						 | 
				
			
			@ -1,23 +0,0 @@
 | 
			
		|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 | 
			
		||||
From: Seggan <segganew@gmail.com>
 | 
			
		||||
Date: Thu, 5 Aug 2021 13:10:31 -0400
 | 
			
		||||
Subject: [PATCH] Goat ram API
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
diff --git a/src/main/java/org/bukkit/entity/Goat.java b/src/main/java/org/bukkit/entity/Goat.java
 | 
			
		||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
 | 
			
		||||
--- a/src/main/java/org/bukkit/entity/Goat.java
 | 
			
		||||
+++ b/src/main/java/org/bukkit/entity/Goat.java
 | 
			
		||||
@@ -0,0 +0,0 @@ public interface Goat extends Animals {
 | 
			
		||||
      * @param screaming screaming status
 | 
			
		||||
      */
 | 
			
		||||
     void setScreaming(boolean screaming);
 | 
			
		||||
+
 | 
			
		||||
+    // Paper start - Goat ram API
 | 
			
		||||
+    /**
 | 
			
		||||
+     * Makes the goat ram at the specified entity
 | 
			
		||||
+     * @param entity the entity to ram at
 | 
			
		||||
+     */
 | 
			
		||||
+    void ram(@org.jetbrains.annotations.NotNull LivingEntity entity);
 | 
			
		||||
+    // Paper end
 | 
			
		||||
 }
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue