yarn/mappings/net/minecraft/predicate/entity/EntityPredicates.mapping

62 lines
2.3 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_1301 net/minecraft/predicate/entity/EntityPredicates
FIELD field_6152 VALID_INVENTORIES Ljava/util/function/Predicate;
COMMENT Tests if an entity has a valid inventory.
COMMENT
COMMENT <p>An entity has a valid inventory when:
COMMENT
COMMENT <ul><li>The entity is alive
COMMENT <li>The entity implements {@link net.minecraft.inventory.Inventory}
COMMENT </ul>
COMMENT
COMMENT @see net.minecraft.entity.vehicle.StorageMinecartEntity
2019-06-28 17:55:20 -04:00
FIELD field_6153 NOT_MOUNTED Ljava/util/function/Predicate;
COMMENT Tests if an entity is not mounted.
COMMENT
COMMENT <p>An entity is not mounted when:
COMMENT
COMMENT <ul><li>The entity is alive
COMMENT <li>The entity has no passengers
COMMENT <li>The entity is not in a vehicle
COMMENT </ul>
2019-06-28 17:55:20 -04:00
FIELD field_6154 VALID_ENTITY Ljava/util/function/Predicate;
COMMENT Tests if an entity is valid.
COMMENT
COMMENT <p>An entity is valid when the entity is alive.
COMMENT
COMMENT @see net.minecraft.entity.Entity#isAlive()
2019-06-28 17:55:20 -04:00
FIELD field_6155 EXCEPT_SPECTATOR Ljava/util/function/Predicate;
FIELD field_6156 EXCEPT_CREATIVE_OR_SPECTATOR Ljava/util/function/Predicate;
FIELD field_6157 VALID_LIVING_ENTITY Ljava/util/function/Predicate;
COMMENT Tests if a living entity is valid.
COMMENT
COMMENT <p>A living entity is valid when the entity is alive.
COMMENT
COMMENT @see net.minecraft.entity.LivingEntity#isAlive()
2021-01-31 12:06:22 -05:00
METHOD method_24517 (Lnet/minecraft/class_1297;)Z
ARG 0 entity
METHOD method_32878 (Lnet/minecraft/class_1297;)Z
ARG 0 entity
METHOD method_5908 (Lnet/minecraft/class_1297;)Z
ARG 0 entity
Misc. Issue Resolution (#1401) * PlayerAbilitiesS2CPacket.fovModifier -> walkSpeed (#1392) * GameJoinS2CPacket seed -> sha256Seed (#1360) * checkBlockRerender -> scheduleBlockRerenderIfNecessary (#1332) * StatusEffectType -> StatusEffectCategory (#1036) StatusEffect -> StatusEffectType StatusEfectInstance -> StatusEffect (and related names) * SettingsScreen -> OptionsScreen (#787) AccessibilityScreen -> AccessibilityOptionsScreen Moved OptionsScreen to options package with all the other options screens * Finishes making maximum/minimum -> max/min (#672) (the ones in TreeDecoratorConfig as they have no postfix) DefaultBiomeFeatures moved to world/gen/feature from world/biome (#667) * fix missing file * Revert "StatusEffectType -> StatusEffectCategory (#1036)" This reverts commit 07f887a3d2332539ce07b0d29bcb84c6f5e6bf5b. * fix capitalization Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/world/World.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk>
2020-05-30 14:31:17 -04:00
METHOD method_5909 maxDistance (DDDD)Ljava/util/function/Predicate;
2018-10-26 14:57:13 -04:00
ARG 0 x
ARG 2 y
ARG 4 z
2021-01-31 12:06:22 -05:00
ARG 6 max
METHOD method_5910 (Lnet/minecraft/class_1297;)Z
ARG 0 entity
2019-06-28 17:55:20 -04:00
METHOD method_5911 canBePushedBy (Lnet/minecraft/class_1297;)Ljava/util/function/Predicate;
2019-04-16 10:16:45 -04:00
ARG 0 entity
2021-01-31 12:06:22 -05:00
METHOD method_5912 (DDDDLnet/minecraft/class_1297;)Z
ARG 8 entity
2019-06-28 17:55:20 -04:00
METHOD method_5913 rides (Lnet/minecraft/class_1297;)Ljava/util/function/Predicate;
2019-04-16 10:16:45 -04:00
ARG 0 entity
2021-01-31 12:06:22 -05:00
METHOD method_5914 (Lnet/minecraft/class_1297;)Z
ARG 0 entity
CLASS class_1302 Equipable
FIELD field_6158 stack Lnet/minecraft/class_1799;
METHOD <init> (Lnet/minecraft/class_1799;)V
ARG 1 stack
METHOD test (Ljava/lang/Object;)Z
ARG 1 context