This commit is contained in:
modmuss50 2020-03-26 14:08:27 +00:00
parent 0c84d443c2
commit 421fd43218
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ plugins {
id 'maven-publish'
}
def minecraft_version = "20w13a"
def minecraft_version = "20w13b"
def ENV = System.getenv()
// Fetch build number from Jenkins

View File

@ -163,7 +163,7 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity
COMMENT Checks if this entity is holding a certain item.
COMMENT
COMMENT <p>This checks both the entity's main and off hand.
ARG 1 item
ARG 1 item
METHOD method_24520 isHolding (Ljava/util/function/Predicate;)Z
COMMENT Checks if this entity is holding a certain item.
COMMENT

View File

@ -1,5 +1,5 @@
CLASS net/minecraft/class_2165 net/minecraft/server/command/CommandOutput
COMMENT Represents a subject which can receive command feedback.
COMMENT Represents a subject which can receive command feedback.
FIELD field_17395 DUMMY Lnet/minecraft/class_2165;
METHOD method_9200 shouldReceiveFeedback ()Z
METHOD method_9201 shouldBroadcastConsoleToOps ()Z