yarn/mappings/net/minecraft/util/shape/VoxelShape.mapping

65 lines
2.3 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_265 net/minecraft/util/shape/VoxelShape
FIELD field_1401 voxels Lnet/minecraft/class_251;
FIELD field_19318 shapeCache [Lnet/minecraft/class_265;
METHOD <init> (Lnet/minecraft/class_251;)V
ARG 1 voxels
2019-06-28 17:55:20 -04:00
METHOD method_1089 forEachBox (Lnet/minecraft/class_259$class_260;)V
METHOD method_1090 getBoundingBoxes ()Ljava/util/List;
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_1091 getMin (Lnet/minecraft/class_2350$class_2351;)D
2019-06-28 17:55:20 -04:00
ARG 1 axis
METHOD method_1092 raycast (Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_2338;)Lnet/minecraft/class_3965;
2019-06-28 17:55:20 -04:00
ARG 1 start
ARG 2 end
ARG 3 pos
2021-01-31 07:37:36 -05:00
METHOD method_1094 ([Lnet/minecraft/class_265;DDDDDD)V
ARG 1 minX
ARG 3 minY
ARG 5 minZ
ARG 7 maxX
ARG 9 maxY
ARG 11 maxZ
2019-06-28 17:55:20 -04:00
METHOD method_1096 offset (DDD)Lnet/minecraft/class_265;
ARG 1 x
ARG 3 y
ARG 5 z
METHOD method_1097 simplify ()Lnet/minecraft/class_265;
METHOD method_1098 getUncachedFace (Lnet/minecraft/class_2350;)Lnet/minecraft/class_265;
2021-01-31 07:37:36 -05:00
ARG 1 direction
2019-06-28 17:55:20 -04:00
METHOD method_1099 getPointPosition (Lnet/minecraft/class_2350$class_2351;I)D
ARG 1 axis
ARG 2 index
METHOD method_1100 getCoordIndex (Lnet/minecraft/class_2350$class_2351;D)I
2021-01-31 07:37:36 -05:00
ARG 1 axis
2019-06-28 17:55:20 -04:00
ARG 2 coord
2019-11-09 14:07:05 -05:00
METHOD method_1102 getEndingCoord (Lnet/minecraft/class_2350$class_2351;DD)D
2021-01-31 07:37:36 -05:00
ARG 1 axis
2019-11-09 14:07:05 -05:00
ARG 2 from
ARG 4 to
METHOD method_1103 calculateMaxDistance (Lnet/minecraft/class_2335;Lnet/minecraft/class_238;D)D
ARG 1 axisCycle
ARG 2 box
ARG 3 maxDist
2019-06-28 17:55:20 -04:00
METHOD method_1104 forEachEdge (Lnet/minecraft/class_259$class_260;)V
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_1105 getMax (Lnet/minecraft/class_2350$class_2351;)D
2019-06-28 17:55:20 -04:00
ARG 1 axis
METHOD method_1107 getBoundingBox ()Lnet/minecraft/class_238;
2019-11-09 14:07:05 -05:00
METHOD method_1108 calculateMaxDistance (Lnet/minecraft/class_2350$class_2351;Lnet/minecraft/class_238;D)D
ARG 1 axis
ARG 2 box
2019-11-09 14:07:05 -05:00
ARG 3 maxDist
2019-06-28 17:55:20 -04:00
METHOD method_1109 getPointPositions (Lnet/minecraft/class_2350$class_2351;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
ARG 1 axis
2019-06-28 17:55:20 -04:00
METHOD method_1110 isEmpty ()Z
2021-01-31 07:37:36 -05:00
METHOD method_1111 (Ljava/util/List;DDDDDD)V
ARG 1 x1
ARG 3 y1
ARG 5 z1
ARG 7 x2
ARG 9 y2
ARG 11 z2
2019-06-28 17:55:20 -04:00
METHOD method_20538 getFace (Lnet/minecraft/class_2350;)Lnet/minecraft/class_265;
ARG 1 facing
METHOD method_33661 getClosestPointTo (Lnet/minecraft/class_243;)Ljava/util/Optional;
COMMENT {@return the closest point in the shape to {@code target}}
ARG 1 target