mirror of
https://github.com/FabricMC/yarn.git
synced 2025-12-08 05:59:47 +00:00
25w45a
This commit is contained in:
parent
54a19a3378
commit
69860c76d3
69 changed files with 46 additions and 390 deletions
|
|
@ -19,7 +19,7 @@ plugins {
|
|||
id 'net.fabricmc.filament'
|
||||
}
|
||||
|
||||
def minecraft_version = "25w44a"
|
||||
def minecraft_version = "25w45a"
|
||||
|
||||
filament {
|
||||
minecraftVersion = minecraft_version
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ CLASS com/mojang/blaze3d/systems/GpuDevice
|
|||
ARG 1 labelGetter
|
||||
ARG 2 usage
|
||||
ARG 3 data
|
||||
METHOD createSampler (Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/FilterMode;Lcom/mojang/blaze3d/textures/FilterMode;I)Lnet/minecraft/class_12137;
|
||||
METHOD createSampler (Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/FilterMode;Lcom/mojang/blaze3d/textures/FilterMode;ILjava/util/OptionalDouble;)Lnet/minecraft/class_12137;
|
||||
ARG 1 addressModeU
|
||||
ARG 2 addressModeV
|
||||
ARG 3 minFilterMode
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@ CLASS net/minecraft/class_10319 net/minecraft/block/CreakingHeartBlock
|
|||
METHOD method_64785 enableIfValid (Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
|
||||
ARG 0 state
|
||||
ARG 2 pos
|
||||
METHOD method_65147 isNightAndNatural (Lnet/minecraft/class_1937;)Z
|
||||
ARG 0 world
|
||||
METHOD method_65148 dropExperienceOnBreak (Lnet/minecraft/class_1657;Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)V
|
||||
ARG 1 player
|
||||
ARG 2 state
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@ CLASS net/minecraft/class_2542 net/minecraft/block/TurtleEggBlock
|
|||
METHOD method_10831 isSandBelow (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
|
||||
ARG 0 world
|
||||
ARG 1 pos
|
||||
METHOD method_10832 shouldHatchProgress (Lnet/minecraft/class_1937;)Z
|
||||
ARG 1 world
|
||||
METHOD method_10832 shouldHatchProgress (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z
|
||||
METHOD method_10833 breakEgg (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
|
||||
ARG 1 world
|
||||
ARG 2 pos
|
||||
|
|
@ -25,5 +24,3 @@ CLASS net/minecraft/class_2542 net/minecraft/block/TurtleEggBlock
|
|||
METHOD method_29952 isSand (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
|
||||
ARG 0 world
|
||||
ARG 1 pos
|
||||
METHOD method_75274 shouldAlwaysHatch (Lnet/minecraft/class_1937;)Z
|
||||
ARG 0 world
|
||||
|
|
|
|||
3
mappings/net/minecraft/class_12322.mapping
Normal file
3
mappings/net/minecraft/class_12322.mapping
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CLASS net/minecraft/class_12322
|
||||
CLASS class_12323
|
||||
FIELD comp_2029 player Ljava/util/Optional;
|
||||
|
|
@ -6,7 +6,7 @@ CLASS net/minecraft/class_12134 net/minecraft/client/gl/GlSampler
|
|||
FIELD field_63445 magFilterMode Lcom/mojang/blaze3d/textures/FilterMode;
|
||||
FIELD field_63446 closed Z
|
||||
FIELD field_64186 maxAnisotropy I
|
||||
METHOD <init> (Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/FilterMode;Lcom/mojang/blaze3d/textures/FilterMode;I)V
|
||||
METHOD <init> (Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/FilterMode;Lcom/mojang/blaze3d/textures/FilterMode;ILjava/util/OptionalDouble;)V
|
||||
ARG 1 addressModeU
|
||||
ARG 2 addressModeV
|
||||
ARG 3 minFilterMode
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
CLASS net/minecraft/class_12136 net/minecraft/client/gl/SamplerCache
|
||||
FIELD field_63453 samplers [Lnet/minecraft/class_12137;
|
||||
METHOD method_75292 init ()V
|
||||
METHOD method_75293 get (Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/FilterMode;Lcom/mojang/blaze3d/textures/FilterMode;)Lnet/minecraft/class_12137;
|
||||
METHOD method_75293 get (Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/FilterMode;Lcom/mojang/blaze3d/textures/FilterMode;Z)Lnet/minecraft/class_12137;
|
||||
ARG 1 addressModeU
|
||||
ARG 2 addressModeV
|
||||
ARG 3 minFilterMode
|
||||
|
|
@ -9,7 +9,7 @@ CLASS net/minecraft/class_12136 net/minecraft/client/gl/SamplerCache
|
|||
METHOD method_75294 get (Lcom/mojang/blaze3d/textures/FilterMode;)Lnet/minecraft/class_12137;
|
||||
ARG 1 filterMode
|
||||
METHOD method_75295 close ()V
|
||||
METHOD method_75296 toIndex (Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/FilterMode;Lcom/mojang/blaze3d/textures/FilterMode;)I
|
||||
METHOD method_75296 toIndex (Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/AddressMode;Lcom/mojang/blaze3d/textures/FilterMode;Lcom/mojang/blaze3d/textures/FilterMode;Z)I
|
||||
ARG 0 addressModeU
|
||||
ARG 1 addressModeV
|
||||
ARG 2 minFilterMode
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@ CLASS net/minecraft/class_485 net/minecraft/client/gui/screen/ingame/StatusEffec
|
|||
METHOD <init> (Lnet/minecraft/class_465;)V
|
||||
ARG 1 parent
|
||||
METHOD method_2477 drawStatusEffects (Lnet/minecraft/class_332;Ljava/util/Collection;IIIII)V
|
||||
ARG 1 context
|
||||
METHOD method_18642 drawStatusEffectBackgrounds (Lnet/minecraft/class_332;Lnet/minecraft/class_327;Lnet/minecraft/class_2561;IIZI)I
|
||||
METHOD method_18642 drawStatusEffectBackgrounds (Lnet/minecraft/class_332;Lnet/minecraft/class_327;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;IIZI)I
|
||||
ARG 1 context
|
||||
METHOD method_38933 getStatusEffectDescription (Lnet/minecraft/class_1293;)Lnet/minecraft/class_2561;
|
||||
ARG 1 statusEffect
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ CLASS net/minecraft/class_426 net/minecraft/client/gui/screen/option/LanguageOpt
|
|||
ARG 1 button
|
||||
METHOD method_57730 (Lnet/minecraft/class_4185;)V
|
||||
ARG 1 button
|
||||
METHOD method_76280 (Ljava/lang/String;)V
|
||||
ARG 1 search
|
||||
CLASS class_4195 LanguageSelectionListWidget
|
||||
METHOD <init> (Lnet/minecraft/class_426;Lnet/minecraft/class_310;)V
|
||||
ARG 2 client
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@ CLASS net/minecraft/class_746 net/minecraft/client/network/ClientPlayerEntity
|
|||
METHOD method_33689 init ()V
|
||||
METHOD method_45773 getJumpingMount ()Lnet/minecraft/class_1316;
|
||||
METHOD method_46742 sendSprintingPacket ()V
|
||||
METHOD method_46743 canSprint ()Z
|
||||
METHOD method_48300 canStartSprinting ()Z
|
||||
METHOD method_48301 canVehicleSprint (Lnet/minecraft/class_1297;)Z
|
||||
ARG 1 vehicle
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
CLASS net/minecraft/class_4061 net/minecraft/client/option/AttackIndicator
|
||||
FIELD field_18154 BY_ID Ljava/util/function/IntFunction;
|
||||
FIELD field_18155 id I
|
||||
FIELD field_18156 translationKey Ljava/lang/String;
|
||||
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
|
||||
ARG 3 id
|
||||
ARG 4 translationKey
|
||||
METHOD method_18488 byId (I)Lnet/minecraft/class_4061;
|
||||
ARG 0 id
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
CLASS net/minecraft/class_4063 net/minecraft/client/option/CloudRenderMode
|
||||
FIELD field_18167 translationKey Ljava/lang/String;
|
||||
FIELD field_38440 id I
|
||||
FIELD field_45285 CODEC Lcom/mojang/serialization/Codec;
|
||||
FIELD field_45286 serializedId Ljava/lang/String;
|
||||
METHOD <init> (Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
|
||||
ARG 3 id
|
||||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
|
||||
ARG 4 serializedId
|
||||
ARG 5 translationKey
|
||||
|
|
|
|||
|
|
@ -554,11 +554,8 @@ CLASS net/minecraft/class_315 net/minecraft/client/option/GameOptions
|
|||
METHOD method_42568 (Ljava/lang/Double;)V
|
||||
ARG 0 value
|
||||
METHOD method_44026 getOnlyShowSecureChat ()Lnet/minecraft/class_7172;
|
||||
METHOD method_45575 (Lnet/minecraft/class_3419;Ljava/lang/Double;)V
|
||||
ARG 1 value
|
||||
METHOD method_45576 createSoundVolumeOption (Ljava/lang/String;Lnet/minecraft/class_3419;)Lnet/minecraft/class_7172;
|
||||
ARG 1 key
|
||||
ARG 2 category
|
||||
METHOD method_45578 getSoundVolumeOption (Lnet/minecraft/class_3419;)Lnet/minecraft/class_7172;
|
||||
ARG 1 category
|
||||
METHOD method_45580 (Ljava/lang/Double;)V
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
CLASS net/minecraft/class_9927 net/minecraft/client/option/InactivityFpsLimit
|
||||
FIELD field_52745 Codec Lcom/mojang/serialization/Codec;
|
||||
FIELD field_52746 ordinal I
|
||||
FIELD field_52747 name Ljava/lang/String;
|
||||
FIELD field_52748 translationKey Ljava/lang/String;
|
||||
METHOD <init> (Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
|
||||
ARG 3 ordinal
|
||||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
|
||||
ARG 4 name
|
||||
ARG 5 translationKey
|
||||
|
|
|
|||
|
|
@ -142,14 +142,6 @@ CLASS net/minecraft/class_7172 net/minecraft/client/option/SimpleOption
|
|||
COMMENT {@return the getter for the {@code tooltipFactoryGetter} parameter of the constructor
|
||||
COMMENT to indicate constant tooltips}
|
||||
ARG 0 text
|
||||
METHOD method_42718 (Lnet/minecraft/class_2561;Lnet/minecraft/class_7291;)Lnet/minecraft/class_2561;
|
||||
ARG 0 optionText
|
||||
ARG 1 value
|
||||
METHOD method_42720 enumValueText ()Lnet/minecraft/class_7172$class_7303;
|
||||
COMMENT {@return the getter for the {@code valueTextGetter} parameter of the constructor
|
||||
COMMENT to use the value's text as the option's rendered text}
|
||||
COMMENT
|
||||
COMMENT @apiNote This requires the value to be an enum implementing {@link TranslatableOption}.
|
||||
METHOD method_47393 (Lnet/minecraft/class_2561;Ljava/lang/Object;)Lnet/minecraft/class_7919;
|
||||
ARG 1 value
|
||||
METHOD method_47394 (Ljava/lang/Object;)Lnet/minecraft/class_7919;
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ CLASS net/minecraft/class_4696 net/minecraft/client/render/BlockRenderLayers
|
|||
FIELD field_21469 BLOCKS Ljava/util/Map;
|
||||
FIELD field_60921 FLUIDS Ljava/util/Map;
|
||||
FIELD field_63572 cutoutLeaves Z
|
||||
METHOD method_23678 getItemLayer (Lnet/minecraft/class_1799;)Lnet/minecraft/class_1921;
|
||||
ARG 0 stack
|
||||
METHOD method_23679 getBlockLayer (Lnet/minecraft/class_2680;)Lnet/minecraft/class_11515;
|
||||
ARG 0 state
|
||||
METHOD method_23680 getFluidLayer (Lnet/minecraft/class_3610;)Lnet/minecraft/class_11515;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
CLASS net/minecraft/class_6597 net/minecraft/client/render/ChunkBuilderMode
|
||||
FIELD field_34791 BY_ID Ljava/util/function/IntFunction;
|
||||
FIELD field_34792 id I
|
||||
FIELD field_34793 name Ljava/lang/String;
|
||||
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
|
||||
ARG 3 id
|
||||
ARG 4 name
|
||||
METHOD method_38523 get (I)Lnet/minecraft/class_6597;
|
||||
ARG 0 id
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ CLASS net/minecraft/class_9955 net/minecraft/client/render/CloudRenderer
|
|||
FIELD field_53055 viewMode Lnet/minecraft/class_9955$class_9956;
|
||||
FIELD field_53056 renderMode Lnet/minecraft/class_4063;
|
||||
FIELD field_53057 cells Lnet/minecraft/class_9955$class_9957;
|
||||
FIELD field_57925 indexBuffer Lcom/mojang/blaze3d/systems/RenderSystem$class_5590;
|
||||
FIELD field_60073 cloudInfoBuffer Lnet/minecraft/class_11285;
|
||||
FIELD field_60074 cloudFacesBuffer Lnet/minecraft/class_11285;
|
||||
FIELD field_60081 UBO_SIZE I
|
||||
|
|
@ -15,12 +14,10 @@ CLASS net/minecraft/class_9955 net/minecraft/client/render/CloudRenderer
|
|||
METHOD method_62166 scheduleTerrainUpdate ()V
|
||||
METHOD method_62167 isEmpty (I)Z
|
||||
ARG 0 color
|
||||
METHOD method_62168 renderClouds (ILnet/minecraft/class_4063;FLnet/minecraft/class_243;F)V
|
||||
METHOD method_62168 renderClouds (ILnet/minecraft/class_4063;FLnet/minecraft/class_243;JF)V
|
||||
ARG 1 color
|
||||
ARG 2 mode
|
||||
ARG 3 cloudHeight
|
||||
ARG 4 cameraPos
|
||||
ARG 5 cloudPhase
|
||||
METHOD method_62169 packCloudCell (IZZZZ)J
|
||||
ARG 0 color
|
||||
ARG 1 borderNorth
|
||||
|
|
|
|||
|
|
@ -14,6 +14,5 @@ CLASS net/minecraft/class_308 net/minecraft/client/render/DiffuseLighting
|
|||
ARG 1 type
|
||||
ARG 2 light0Diffusion
|
||||
ARG 3 light1Diffusion
|
||||
METHOD method_71036 updateLevelBuffer (Z)V
|
||||
ARG 1 darkened
|
||||
METHOD method_71036 updateLevelBuffer (Lnet/minecraft/class_2874$class_12325;)V
|
||||
CLASS class_11274 Type
|
||||
|
|
|
|||
|
|
@ -1,34 +0,0 @@
|
|||
CLASS net/minecraft/class_5294 net/minecraft/client/render/DimensionEffects
|
||||
FIELD field_24609 BY_IDENTIFIER Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;
|
||||
FIELD field_25637 skyType Lnet/minecraft/class_5294$class_5401;
|
||||
FIELD field_25638 darkened Z
|
||||
METHOD <init> (Lnet/minecraft/class_5294$class_5401;Z)V
|
||||
ARG 1 skyType
|
||||
ARG 2 darkened
|
||||
METHOD method_28111 byDimensionType (Lnet/minecraft/class_2874;)Lnet/minecraft/class_5294;
|
||||
ARG 0 dimensionType
|
||||
METHOD method_28112 adjustFogColor (Lnet/minecraft/class_243;F)Lnet/minecraft/class_243;
|
||||
COMMENT Transforms the given fog color based on the current height of the sun. This is used in vanilla to darken
|
||||
COMMENT fog during night.
|
||||
ARG 1 color
|
||||
ARG 2 sunHeight
|
||||
METHOD method_29092 (Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;)V
|
||||
ARG 0 map
|
||||
METHOD method_29992 getSkyType ()Lnet/minecraft/class_5294$class_5401;
|
||||
METHOD method_29993 isDarkened ()Z
|
||||
METHOD method_62183 isSunRisingOrSetting (F)Z
|
||||
ARG 1 skyAngle
|
||||
METHOD method_62184 getSkyColor (F)I
|
||||
ARG 1 skyAngle
|
||||
METHOD method_73235 hasAlternateSkyColor ()Z
|
||||
CLASS class_5295 End
|
||||
CLASS class_5296 Nether
|
||||
CLASS class_5297 Overworld
|
||||
FIELD field_53064 SUN_RISE_SET_THRESHOLD F
|
||||
CLASS class_5401 SkyType
|
||||
FIELD field_25639 NONE Lnet/minecraft/class_5294$class_5401;
|
||||
COMMENT Signals the renderer not to render a sky.
|
||||
FIELD field_25640 NORMAL Lnet/minecraft/class_5294$class_5401;
|
||||
COMMENT Signals the renderer to render a normal sky (as in the vanilla Overworld).
|
||||
FIELD field_25641 END Lnet/minecraft/class_5294$class_5401;
|
||||
COMMENT Signals the renderer to draw the end sky box over the sky (as in the vanilla End).
|
||||
|
|
@ -4,7 +4,6 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
|
|||
FIELD field_3997 lastSkyDarkness F
|
||||
FIELD field_3998 lastWindowFocusedTime J
|
||||
FIELD field_3999 lastFovMultiplier F
|
||||
FIELD field_4001 renderingPanorama Z
|
||||
FIELD field_4002 skyDarkness F
|
||||
FIELD field_4009 blockOutlineEnabled Z
|
||||
FIELD field_4012 firstPersonRenderer Lnet/minecraft/class_759;
|
||||
|
|
@ -97,8 +96,6 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
|
|||
METHOD method_35765 isRenderingPanorama ()Z
|
||||
METHOD method_35769 setBlockOutlineEnabled (Z)V
|
||||
ARG 1 blockOutlineEnabled
|
||||
METHOD method_35770 setRenderingPanorama (Z)V
|
||||
ARG 1 renderingPanorama
|
||||
METHOD method_35772 getClient ()Lnet/minecraft/class_310;
|
||||
METHOD method_37473 updateWorldIcon ()V
|
||||
METHOD method_37474 (Ljava/nio/file/Path;)V
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ CLASS net/minecraft/class_765 net/minecraft/client/render/LightmapTextureManager
|
|||
FIELD field_60111 UBO_SIZE I
|
||||
FIELD field_60112 buffer Lnet/minecraft/class_11285;
|
||||
FIELD field_60581 glTextureView Lcom/mojang/blaze3d/textures/GpuTextureView;
|
||||
FIELD field_62043 ALTERNATE_SKY_LIGHT_COLOR Lorg/joml/Vector3f;
|
||||
METHOD <init> (Lnet/minecraft/class_757;Lnet/minecraft/class_310;)V
|
||||
ARG 1 renderer
|
||||
ARG 2 client
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ CLASS net/minecraft/class_1921 net/minecraft/client/render/RenderLayer
|
|||
METHOD method_60895 draw (Lnet/minecraft/class_9801;)V
|
||||
ARG 1 buffer
|
||||
METHOD method_73243 getRenderPipeline ()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
|
||||
METHOD method_75939 (Lnet/minecraft/class_12247;Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
|
||||
METHOD method_75939 (Lnet/minecraft/class_12247;Lnet/minecraft/class_12247$class_12338;)Lnet/minecraft/class_1921;
|
||||
ARG 1 texture
|
||||
METHOD method_75940 of (Ljava/lang/String;Lnet/minecraft/class_12247;)Lnet/minecraft/class_1921;
|
||||
ARG 0 name
|
||||
|
|
|
|||
|
|
@ -17,10 +17,7 @@ CLASS net/minecraft/class_9975 net/minecraft/client/render/SkyRendering
|
|||
METHOD <init> (Lnet/minecraft/class_1060;Lnet/minecraft/class_11697;)V
|
||||
ARG 1 textureManager
|
||||
ARG 2 atlasManager
|
||||
METHOD method_62302 renderTopSky (FFF)V
|
||||
ARG 1 red
|
||||
ARG 2 green
|
||||
ARG 3 blue
|
||||
METHOD method_62302 renderTopSky (I)V
|
||||
METHOD method_62303 renderSun (FLnet/minecraft/class_4587;)V
|
||||
ARG 1 alpha
|
||||
ARG 2 matrices
|
||||
|
|
@ -33,12 +30,8 @@ CLASS net/minecraft/class_9975 net/minecraft/client/render/SkyRendering
|
|||
ARG 1 matrices
|
||||
ARG 2 solarAngle
|
||||
ARG 3 color
|
||||
METHOD method_62307 renderCelestialBodies (Lnet/minecraft/class_4587;FLnet/minecraft/class_12131;FF)V
|
||||
ARG 1 matrices
|
||||
METHOD method_62307 renderCelestialBodies (Lnet/minecraft/class_4587;FFFLnet/minecraft/class_12131;FF)V
|
||||
ARG 2 time
|
||||
ARG 3 moonPhase
|
||||
ARG 4 sunAndMoonAlpha
|
||||
ARG 5 starBrightness
|
||||
METHOD method_62309 createSky (Lnet/minecraft/class_4588;F)V
|
||||
ARG 1 vertexConsumer
|
||||
ARG 2 height
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ CLASS net/minecraft/class_4722 net/minecraft/client/render/TexturedRenderLayers
|
|||
FIELD field_21727 SHIELD_PATTERNS_RENDER_LAYER Lnet/minecraft/class_1921;
|
||||
FIELD field_21728 SIGN_RENDER_LAYER Lnet/minecraft/class_1921;
|
||||
FIELD field_21729 CHEST_RENDER_LAYER Lnet/minecraft/class_1921;
|
||||
FIELD field_25286 ITEM_ENTITY_TRANSLUCENT_CULL Lnet/minecraft/class_1921;
|
||||
FIELD field_28252 BANNER_PATTERN_TEXTURES Ljava/util/Map;
|
||||
FIELD field_28253 SHIELD_PATTERN_TEXTURES Ljava/util/Map;
|
||||
FIELD field_40515 HANGING_SIGN_TYPE_TEXTURES Ljava/util/Map;
|
||||
|
|
|
|||
|
|
@ -188,13 +188,10 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
|
|||
ARG 8 profiler
|
||||
METHOD method_62203 renderWeather (Lnet/minecraft/class_9909;Lcom/mojang/blaze3d/buffers/GpuBufferSlice;)V
|
||||
ARG 1 frameGraphBuilder
|
||||
METHOD method_62204 renderClouds (Lnet/minecraft/class_9909;Lnet/minecraft/class_4063;Lnet/minecraft/class_243;FIF)V
|
||||
METHOD method_62204 renderClouds (Lnet/minecraft/class_9909;Lnet/minecraft/class_4063;Lnet/minecraft/class_243;JFIF)V
|
||||
ARG 1 frameGraphBuilder
|
||||
ARG 2 mode
|
||||
ARG 3 cameraPos
|
||||
ARG 4 cloudPhase
|
||||
ARG 5 color
|
||||
ARG 6 cloudHeight
|
||||
METHOD method_62206 renderBlockDamage (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_11658;)V
|
||||
ARG 1 matrices
|
||||
ARG 2 immediate
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
CLASS net/minecraft/class_7763 net/minecraft/client/render/entity/CamelEntityRenderer
|
||||
FIELD field_40529 TEXTURE Lnet/minecraft/class_2960;
|
||||
METHOD <init> (Lnet/minecraft/class_5617$class_5618;)V
|
||||
ARG 1 ctx
|
||||
METHOD method_76299 createSaddleFeatureRenderer (Lnet/minecraft/class_5617$class_5618;)Lnet/minecraft/class_10652;
|
||||
ARG 1 context
|
||||
METHOD method_76301 (Lnet/minecraft/class_10007;)Lnet/minecraft/class_1799;
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@ CLASS net/minecraft/class_897 net/minecraft/client/render/entity/EntityRenderer
|
|||
FIELD field_4673 shadowRadius F
|
||||
FIELD field_4676 dispatcher Lnet/minecraft/class_898;
|
||||
FIELD field_27761 textRenderer Lnet/minecraft/class_327;
|
||||
METHOD <init> (Lnet/minecraft/class_5617$class_5618;)V
|
||||
ARG 1 context
|
||||
METHOD method_3921 hasLabel (Lnet/minecraft/class_1297;D)Z
|
||||
COMMENT Determines whether the passed entity should render with a nameplate above its head.
|
||||
COMMENT
|
||||
|
|
|
|||
|
|
@ -94,5 +94,3 @@ CLASS net/minecraft/class_5619 net/minecraft/client/render/entity/EntityRenderer
|
|||
ARG 0 context
|
||||
METHOD method_64920 (Lnet/minecraft/class_5617$class_5618;)Lnet/minecraft/class_897;
|
||||
ARG 0 context
|
||||
METHOD method_75457 (Lnet/minecraft/class_5617$class_5618;)Lnet/minecraft/class_897;
|
||||
ARG 0 context
|
||||
|
|
|
|||
|
|
@ -1,20 +1,7 @@
|
|||
CLASS net/minecraft/class_12156 net/minecraft/client/render/entity/NautilusEntityRenderer
|
||||
FIELD field_63592 texture Lnet/minecraft/class_2960;
|
||||
FIELD field_63593 babyTexture Lnet/minecraft/class_2960;
|
||||
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_12156$class_12157;)V
|
||||
METHOD <init> (Lnet/minecraft/class_5617$class_5618;)V
|
||||
ARG 1 context
|
||||
ARG 2 type
|
||||
METHOD method_75462 (Lnet/minecraft/class_12158;)Lnet/minecraft/class_1799;
|
||||
ARG 0 state
|
||||
METHOD method_75463 (Lnet/minecraft/class_12158;)Lnet/minecraft/class_1799;
|
||||
ARG 0 state
|
||||
CLASS class_12157 Type
|
||||
FIELD field_63596 texture Lnet/minecraft/class_2960;
|
||||
FIELD field_63597 babyTexture Lnet/minecraft/class_2960;
|
||||
FIELD field_63598 layer Lnet/minecraft/class_5601;
|
||||
FIELD field_63599 babyLayer Lnet/minecraft/class_5601;
|
||||
METHOD <init> (Ljava/lang/String;ILnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;)V
|
||||
ARG 3 texture
|
||||
ARG 4 babyTexture
|
||||
ARG 5 layer
|
||||
ARG 6 babyLayer
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ CLASS net/minecraft/class_10430 net/minecraft/client/render/item/model/BasicItem
|
|||
FIELD field_56960 vector Ljava/util/function/Supplier;
|
||||
FIELD field_56961 settings Lnet/minecraft/class_10809;
|
||||
FIELD field_59980 animated Z
|
||||
METHOD <init> (Ljava/util/List;Ljava/util/List;Lnet/minecraft/class_10809;)V
|
||||
METHOD <init> (Ljava/util/List;Ljava/util/List;Lnet/minecraft/class_10809;Ljava/util/function/Function;)V
|
||||
ARG 1 tints
|
||||
ARG 2 quads
|
||||
ARG 3 settings
|
||||
|
|
|
|||
|
|
@ -18,11 +18,7 @@ CLASS net/minecraft/class_1092 net/minecraft/client/render/model/BakedModelManag
|
|||
METHOD method_45881 reloadModels (Lnet/minecraft/class_3300;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
|
||||
ARG 0 resourceManager
|
||||
ARG 1 executor
|
||||
METHOD method_45883 bake (Lnet/minecraft/class_7766$class_7767;Lnet/minecraft/class_1088;Lit/unimi/dsi/fastutil/objects/Object2IntMap;Lnet/minecraft/class_5599;Lnet/minecraft/class_10418;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
|
||||
ARG 1 baker
|
||||
ARG 2 blockStates
|
||||
ARG 3 entityModels
|
||||
ARG 4 blockEntityModels
|
||||
METHOD method_45883 bake (Lnet/minecraft/class_7766$class_7767;Lnet/minecraft/class_7766$class_7767;Lnet/minecraft/class_1088;Lit/unimi/dsi/fastutil/objects/Object2IntMap;Lnet/minecraft/class_5599;Lnet/minecraft/class_10418;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
|
||||
METHOD method_45886 (Lnet/minecraft/class_4730;)Ljava/lang/String;
|
||||
ARG 0 spriteId
|
||||
METHOD method_45897 (Ljava/util/List;)Ljava/util/Map;
|
||||
|
|
|
|||
|
|
@ -4,14 +4,9 @@ CLASS net/minecraft/class_10419 net/minecraft/client/render/model/ModelTextures
|
|||
FIELD field_55277 textures Ljava/util/Map;
|
||||
METHOD <init> (Ljava/util/Map;)V
|
||||
ARG 1 textures
|
||||
METHOD method_65543 add (Lnet/minecraft/class_2960;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_10419$class_10420$class_10421;)V
|
||||
ARG 0 atlasTexture
|
||||
ARG 1 textureId
|
||||
ARG 2 value
|
||||
ARG 3 builder
|
||||
METHOD method_65544 fromJson (Lcom/google/gson/JsonObject;Lnet/minecraft/class_2960;)Lnet/minecraft/class_10419$class_10420;
|
||||
METHOD method_65543 add (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_10419$class_10420$class_10421;)V
|
||||
METHOD method_65544 fromJson (Lcom/google/gson/JsonObject;)Lnet/minecraft/class_10419$class_10420;
|
||||
ARG 0 json
|
||||
ARG 1 atlasTexture
|
||||
METHOD method_65545 get (Ljava/lang/String;)Lnet/minecraft/class_4730;
|
||||
ARG 1 textureId
|
||||
METHOD method_65546 isTextureReference (Ljava/lang/String;)Z
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
CLASS net/minecraft/class_12076 net/minecraft/client/render/state/SkyRenderState
|
||||
FIELD field_63088 skyType Lnet/minecraft/class_5294$class_5401;
|
||||
FIELD field_63089 isSunTransition Z
|
||||
FIELD field_63090 shouldRenderSkyDark Z
|
||||
FIELD field_63091 solarAngle F
|
||||
FIELD field_63092 time F
|
||||
FIELD field_63093 rainGradient F
|
||||
FIELD field_63094 starBrightness F
|
||||
FIELD field_63095 sunriseAndSunsetColor I
|
||||
|
|
|
|||
|
|
@ -24,12 +24,7 @@ CLASS net/minecraft/class_1142 net/minecraft/client/sound/MusicTracker
|
|||
METHOD method_72055 tryShowToast ()V
|
||||
CLASS class_11504 MusicFrequency
|
||||
FIELD field_60800 CODEC Lcom/mojang/serialization/Codec;
|
||||
FIELD field_60801 TRANSLATION_KEY_PREFIX Ljava/lang/String;
|
||||
FIELD field_60802 index I
|
||||
FIELD field_60803 delayBetweenTracks I
|
||||
FIELD field_60804 translationKey Ljava/lang/String;
|
||||
METHOD <init> (Ljava/lang/String;II)V
|
||||
ARG 3 index
|
||||
METHOD method_71935 getDelayBeforePlaying (Lnet/minecraft/class_5195;Lnet/minecraft/class_5819;)I
|
||||
ARG 1 music
|
||||
ARG 2 random
|
||||
|
|
|
|||
|
|
@ -47,9 +47,8 @@ CLASS net/minecraft/class_1109 net/minecraft/client/sound/PositionedSoundInstanc
|
|||
METHOD method_4758 master (Lnet/minecraft/class_3414;F)Lnet/minecraft/class_1109;
|
||||
ARG 0 sound
|
||||
ARG 1 pitch
|
||||
METHOD method_4759 music (Lnet/minecraft/class_3414;F)Lnet/minecraft/class_1109;
|
||||
METHOD method_4759 music (Lnet/minecraft/class_3414;)Lnet/minecraft/class_1109;
|
||||
ARG 0 sound
|
||||
ARG 1 volume
|
||||
METHOD method_4760 record (Lnet/minecraft/class_3414;Lnet/minecraft/class_243;)Lnet/minecraft/class_1109;
|
||||
ARG 0 sound
|
||||
ARG 1 pos
|
||||
|
|
|
|||
|
|
@ -11,11 +11,7 @@ CLASS net/minecraft/class_1144 net/minecraft/client/sound/SoundManager
|
|||
FIELD field_42935 INTENTIONALLY_EMPTY_SOUND_SET Lnet/minecraft/class_1146;
|
||||
FIELD field_42936 INTENTIONALLY_EMPTY_SOUND Lnet/minecraft/class_1111;
|
||||
FIELD field_52173 EMPTY_ID Lnet/minecraft/class_2960;
|
||||
METHOD <init> (Lnet/minecraft/class_315;Lnet/minecraft/class_1142;)V
|
||||
ARG 1 gameOptions
|
||||
ARG 2 musicTracker
|
||||
METHOD method_4864 getKeys ()Ljava/util/Collection;
|
||||
METHOD method_4865 updateSoundVolume (Lnet/minecraft/class_3419;)V
|
||||
METHOD method_4866 unregisterListener (Lnet/minecraft/class_1145;)V
|
||||
ARG 1 listener
|
||||
METHOD method_4868 isSoundResourcePresent (Lnet/minecraft/class_1111;Lnet/minecraft/class_2960;Lnet/minecraft/class_5912;)Z
|
||||
|
|
@ -52,9 +48,6 @@ CLASS net/minecraft/class_1144 net/minecraft/client/sound/SoundManager
|
|||
METHOD method_38566 reloadSounds ()V
|
||||
METHOD method_54649 stopAbruptly ()V
|
||||
METHOD method_55593 getListenerTransform ()Lnet/minecraft/class_9054;
|
||||
METHOD method_65258 setVolume (Lnet/minecraft/class_1113;F)V
|
||||
ARG 1 sound
|
||||
ARG 2 volume
|
||||
METHOD method_71939 pauseAllExcept ([Lnet/minecraft/class_3419;)V
|
||||
ARG 1 categories
|
||||
CLASS class_4009 SoundList
|
||||
|
|
|
|||
|
|
@ -29,12 +29,6 @@ CLASS net/minecraft/class_1140 net/minecraft/client/sound/SoundSystem
|
|||
FIELD field_34966 MIN_TIME_INTERVAL_TO_RELOAD_SOUNDS J
|
||||
FIELD field_34967 lastSoundDeviceCheckTime J
|
||||
FIELD field_35083 deviceChangeStatus Ljava/util/concurrent/atomic/AtomicReference;
|
||||
FIELD field_60953 musicTracker Lnet/minecraft/class_1142;
|
||||
METHOD <init> (Lnet/minecraft/class_1142;Lnet/minecraft/class_1144;Lnet/minecraft/class_315;Lnet/minecraft/class_5912;)V
|
||||
ARG 1 musicTracker
|
||||
ARG 2 soundManager
|
||||
ARG 3 options
|
||||
ARG 4 resourceFactory
|
||||
METHOD method_4835 isPlaying (Lnet/minecraft/class_1113;)Z
|
||||
ARG 1 sound
|
||||
METHOD method_4837 reloadSounds ()V
|
||||
|
|
@ -44,7 +38,7 @@ CLASS net/minecraft/class_1140 net/minecraft/client/sound/SoundSystem
|
|||
METHOD method_4840 updateListenerPosition (Lnet/minecraft/class_4184;)V
|
||||
ARG 1 camera
|
||||
METHOD method_4843 stopAll ()V
|
||||
METHOD method_4844 updateSoundVolume (Lnet/minecraft/class_3419;)V
|
||||
METHOD method_4844 updateSoundVolume (Lnet/minecraft/class_3419;F)V
|
||||
ARG 1 category
|
||||
METHOD method_4846 start ()V
|
||||
METHOD method_4847 unregisterListener (Lnet/minecraft/class_1145;)V
|
||||
|
|
@ -68,15 +62,10 @@ CLASS net/minecraft/class_1140 net/minecraft/client/sound/SoundSystem
|
|||
ARG 3 source
|
||||
METHOD method_19749 (FFLnet/minecraft/class_1113$class_1114;FZZLnet/minecraft/class_243;ZLnet/minecraft/class_4224;)V
|
||||
ARG 8 source
|
||||
METHOD method_19750 (FLnet/minecraft/class_4224;)V
|
||||
ARG 1 source
|
||||
METHOD method_19752 (Lnet/minecraft/class_4231;Lnet/minecraft/class_4224;)V
|
||||
ARG 1 source
|
||||
METHOD method_19753 stop (Lnet/minecraft/class_1113;)V
|
||||
ARG 1 sound
|
||||
METHOD method_19754 (Lnet/minecraft/class_1113;Lnet/minecraft/class_4235$class_4236;)V
|
||||
ARG 1 source
|
||||
ARG 2 sourceManager
|
||||
METHOD method_19755 (Lnet/minecraft/class_4234;Lnet/minecraft/class_4224;)V
|
||||
ARG 1 source
|
||||
METHOD method_19757 (Lnet/minecraft/class_4235$class_4236;Lnet/minecraft/class_4231;)V
|
||||
|
|
@ -104,11 +93,6 @@ CLASS net/minecraft/class_1140 net/minecraft/client/sound/SoundSystem
|
|||
ARG 2 category
|
||||
METHOD method_54648 stopAbruptly ()V
|
||||
METHOD method_55592 getListenerTransform ()Lnet/minecraft/class_9054;
|
||||
METHOD method_65256 (FLnet/minecraft/class_1113;Lnet/minecraft/class_4224;)V
|
||||
ARG 3 source
|
||||
METHOD method_65257 setVolume (Lnet/minecraft/class_1113;F)V
|
||||
ARG 1 sound
|
||||
ARG 2 volume
|
||||
METHOD method_71937 pauseAllExcept ([Lnet/minecraft/class_3419;)V
|
||||
ARG 1 categories
|
||||
METHOD method_71938 tickPaused ()V
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ CLASS net/minecraft/class_638 net/minecraft/client/world/ClientWorld
|
|||
FIELD field_21527 colorCache Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;
|
||||
FIELD field_24430 clientWorldProperties Lnet/minecraft/class_638$class_5271;
|
||||
FIELD field_24605 chunkManager Lnet/minecraft/class_631;
|
||||
FIELD field_24606 dimensionEffects Lnet/minecraft/class_5294;
|
||||
FIELD field_27733 entityList Lnet/minecraft/class_5574;
|
||||
FIELD field_27734 entityManager Lnet/minecraft/class_5582;
|
||||
FIELD field_32641 PARTICLE_Y_OFFSET D
|
||||
|
|
@ -89,9 +88,6 @@ CLASS net/minecraft/class_638 net/minecraft/client/world/ClientWorld
|
|||
METHOD method_18647 tickPassenger (Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)V
|
||||
ARG 1 entity
|
||||
ARG 2 passenger
|
||||
METHOD method_23777 getSkyColor (Lnet/minecraft/class_4184;F)I
|
||||
ARG 1 camera
|
||||
ARG 2 tickProgress
|
||||
METHOD method_23778 (Lit/unimi/dsi/fastutil/objects/Object2ObjectArrayMap;)V
|
||||
ARG 1 map
|
||||
METHOD method_23779 (Lnet/minecraft/class_6539;Lnet/minecraft/class_4700;)V
|
||||
|
|
@ -102,16 +98,8 @@ CLASS net/minecraft/class_638 net/minecraft/client/world/ClientWorld
|
|||
ARG 2 colorResolver
|
||||
METHOD method_23782 resetChunkColor (Lnet/minecraft/class_1923;)V
|
||||
ARG 1 chunkPos
|
||||
METHOD method_23783 getSkyBrightness (F)F
|
||||
ARG 1 tickProgress
|
||||
METHOD method_23784 reloadColor ()V
|
||||
METHOD method_23785 getCloudsColor (FLnet/minecraft/class_4184;)I
|
||||
ARG 1 tickProgress
|
||||
ARG 2 camera
|
||||
METHOD method_23787 getStarBrightness (F)F
|
||||
ARG 1 tickProgress
|
||||
METHOD method_23789 getLightningTicksLeft ()I
|
||||
METHOD method_28103 getDimensionEffects ()Lnet/minecraft/class_5294;
|
||||
METHOD method_29089 setTime (JJZ)V
|
||||
ARG 1 time
|
||||
ARG 3 timeOfDay
|
||||
|
|
|
|||
|
|
@ -124,7 +124,6 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
|
|||
FIELD field_6003 nextStepSoundDistance F
|
||||
FIELD field_6004 lastPitch F
|
||||
FIELD field_6005 boundingBox Lnet/minecraft/class_238;
|
||||
FIELD field_6007 velocityDirty Z
|
||||
FIELD field_6008 timeUntilRegen I
|
||||
FIELD field_6009 invulnerable Z
|
||||
FIELD field_6011 dataTracker Lnet/minecraft/class_2945;
|
||||
|
|
@ -232,8 +231,6 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
|
|||
FIELD field_60535 POS_KEY Ljava/lang/String;
|
||||
FIELD field_60858 MAX_QUEUED_COLLISION_CHECKS I
|
||||
FIELD field_61220 CUSTOM_NAME_KEY Ljava/lang/String;
|
||||
FIELD field_63947 movement Lnet/minecraft/class_243;
|
||||
FIELD field_63948 lastPos Lnet/minecraft/class_243;
|
||||
METHOD <init> (Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
|
||||
ARG 1 type
|
||||
ARG 2 world
|
||||
|
|
@ -1424,7 +1421,6 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
|
|||
ARG 2 offsetFactor
|
||||
METHOD method_18798 getVelocity ()Lnet/minecraft/class_243;
|
||||
METHOD method_18799 setVelocity (Lnet/minecraft/class_243;)V
|
||||
ARG 1 velocity
|
||||
METHOD method_18800 setVelocity (DDD)V
|
||||
ARG 1 x
|
||||
ARG 3 y
|
||||
|
|
@ -2104,7 +2100,6 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
|
|||
METHOD method_60490 recalculateDimensions (Lnet/minecraft/class_4048;)Z
|
||||
ARG 1 previous
|
||||
METHOD method_60491 addVelocity (Lnet/minecraft/class_243;)V
|
||||
ARG 1 velocity
|
||||
METHOD method_60607 setMovement (ZZLnet/minecraft/class_243;)V
|
||||
ARG 1 onGround
|
||||
ARG 2 horizontalCollision
|
||||
|
|
|
|||
|
|
@ -37,14 +37,7 @@ CLASS net/minecraft/class_11580 net/minecraft/entity/TypedEntityData
|
|||
ARG 1 prefix
|
||||
ARG 2 ops
|
||||
ARG 3 value
|
||||
METHOD method_73104 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
|
||||
ARG 2 id
|
||||
METHOD method_73105 toNbtOps (Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/DynamicOps;
|
||||
ARG 0 ops
|
||||
METHOD method_73107 (Lnet/minecraft/class_11580;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;Lnet/minecraft/class_2520;)Lcom/mojang/serialization/DataResult;
|
||||
ARG 3 id
|
||||
METHOD method_73108 (Ljava/lang/Object;Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/datafixers/util/Pair;
|
||||
ARG 0 type
|
||||
ARG 1 pair
|
||||
METHOD method_73109 (Ljava/lang/String;)Ljava/lang/String;
|
||||
ARG 0 error
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ CLASS net/minecraft/class_4095 net/minecraft/entity/ai/brain/Brain
|
|||
FIELD field_18322 memories Ljava/util/Map;
|
||||
FIELD field_18323 sensors Ljava/util/Map;
|
||||
FIELD field_18324 tasks Ljava/util/Map;
|
||||
FIELD field_18325 schedule Lnet/minecraft/class_4170;
|
||||
FIELD field_18325 schedule Lnet/minecraft/class_12197;
|
||||
FIELD field_18326 requiredActivityMemories Ljava/util/Map;
|
||||
FIELD field_18327 coreActivities Ljava/util/Set;
|
||||
FIELD field_18328 possibleActivities Ljava/util/Set;
|
||||
|
|
@ -32,9 +32,7 @@ CLASS net/minecraft/class_4095 net/minecraft/entity/ai/brain/Brain
|
|||
ARG 2 sensors
|
||||
ARG 3 memoryEntries
|
||||
ARG 4 codecSupplier
|
||||
METHOD method_18871 refreshActivities (JJ)V
|
||||
ARG 1 timeOfDay
|
||||
ARG 3 time
|
||||
METHOD method_18871 refreshActivities (Lnet/minecraft/class_12205;JLnet/minecraft/class_243;)V
|
||||
METHOD method_18874 canDoActivity (Lnet/minecraft/class_4168;)Z
|
||||
ARG 1 activity
|
||||
METHOD method_18875 forget (Lnet/minecraft/class_4140;)V
|
||||
|
|
@ -57,8 +55,7 @@ CLASS net/minecraft/class_4095 net/minecraft/entity/ai/brain/Brain
|
|||
ARG 1 activity
|
||||
ARG 2 begin
|
||||
ARG 3 list
|
||||
METHOD method_18884 setSchedule (Lnet/minecraft/class_4170;)V
|
||||
ARG 1 schedule
|
||||
METHOD method_18884 setSchedule (Lnet/minecraft/class_12197;)V
|
||||
METHOD method_18887 (Ljava/lang/Integer;)Ljava/util/Map;
|
||||
ARG 0 index
|
||||
METHOD method_18890 setCoreActivities (Ljava/util/Set;)V
|
||||
|
|
@ -66,7 +63,6 @@ CLASS net/minecraft/class_4095 net/minecraft/entity/ai/brain/Brain
|
|||
METHOD method_18891 startTasks (Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;)V
|
||||
ARG 1 world
|
||||
ARG 2 entity
|
||||
METHOD method_18894 getSchedule ()Lnet/minecraft/class_4170;
|
||||
METHOD method_18896 hasMemoryModule (Lnet/minecraft/class_4140;)Z
|
||||
ARG 1 type
|
||||
METHOD method_18897 setDefaultActivity (Lnet/minecraft/class_4168;)V
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
CLASS net/minecraft/class_4170 net/minecraft/entity/ai/brain/Schedule
|
||||
FIELD field_18603 EMPTY Lnet/minecraft/class_4170;
|
||||
FIELD field_18604 SIMPLE Lnet/minecraft/class_4170;
|
||||
FIELD field_18605 VILLAGER_BABY Lnet/minecraft/class_4170;
|
||||
FIELD field_18606 VILLAGER_DEFAULT Lnet/minecraft/class_4170;
|
||||
FIELD field_18607 scheduleRules Ljava/util/Map;
|
||||
FIELD field_30692 WORK_TIME I
|
||||
METHOD method_19213 getActivityForTime (I)Lnet/minecraft/class_4168;
|
||||
ARG 1 time
|
||||
METHOD method_19214 (ILjava/util/Map$Entry;)D
|
||||
ARG 1 rule
|
||||
METHOD method_19215 addActivity (Lnet/minecraft/class_4168;)V
|
||||
ARG 1 activity
|
||||
METHOD method_19216 (Lnet/minecraft/class_4168;Ljava/util/Map$Entry;)Z
|
||||
ARG 1 rule
|
||||
METHOD method_19217 register (Ljava/lang/String;)Lnet/minecraft/class_4171;
|
||||
ARG 0 id
|
||||
METHOD method_19218 getRule (Lnet/minecraft/class_4168;)Lnet/minecraft/class_4173;
|
||||
ARG 1 activity
|
||||
METHOD method_19219 getOtherRules (Lnet/minecraft/class_4168;)Ljava/util/List;
|
||||
ARG 1 activity
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
CLASS net/minecraft/class_4171 net/minecraft/entity/ai/brain/ScheduleBuilder
|
||||
FIELD field_18608 schedule Lnet/minecraft/class_4170;
|
||||
FIELD field_18609 activities Ljava/util/List;
|
||||
METHOD <init> (Lnet/minecraft/class_4170;)V
|
||||
ARG 1 schedule
|
||||
METHOD method_19220 build ()Lnet/minecraft/class_4170;
|
||||
METHOD method_19221 withActivity (ILnet/minecraft/class_4168;)Lnet/minecraft/class_4171;
|
||||
ARG 1 startTime
|
||||
ARG 2 activity
|
||||
METHOD method_19222 (Lnet/minecraft/class_4171$class_4172;)V
|
||||
ARG 1 activity
|
||||
METHOD method_19223 (Lnet/minecraft/class_4171$class_4172;Lnet/minecraft/class_4173;)V
|
||||
ARG 1 rule
|
||||
CLASS class_4172 ActivityEntry
|
||||
FIELD field_18610 startTime I
|
||||
FIELD field_18611 activity Lnet/minecraft/class_4168;
|
||||
METHOD <init> (ILnet/minecraft/class_4168;)V
|
||||
ARG 1 startTime
|
||||
ARG 2 activity
|
||||
METHOD method_19224 getStartTime ()I
|
||||
METHOD method_19225 getActivity ()Lnet/minecraft/class_4168;
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
CLASS net/minecraft/class_4173 net/minecraft/entity/ai/brain/ScheduleRule
|
||||
FIELD field_18612 entries Ljava/util/List;
|
||||
FIELD field_18613 prioritizedEntryIndex I
|
||||
METHOD method_19226 getPriority (I)F
|
||||
ARG 1 time
|
||||
METHOD method_19227 add (IF)Lnet/minecraft/class_4173;
|
||||
ARG 1 startTime
|
||||
ARG 2 priority
|
||||
METHOD method_19228 (Lit/unimi/dsi/fastutil/ints/Int2ObjectSortedMap;Lnet/minecraft/class_4169;)V
|
||||
ARG 0 entry
|
||||
METHOD method_19229 sort ()V
|
||||
METHOD method_35214 getEntries ()Lcom/google/common/collect/ImmutableList;
|
||||
METHOD method_35215 add (Ljava/util/Collection;)Lnet/minecraft/class_4173;
|
||||
ARG 1 entries
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
CLASS net/minecraft/class_4169 net/minecraft/entity/ai/brain/ScheduleRuleEntry
|
||||
FIELD field_18601 startTime I
|
||||
FIELD field_18602 priority F
|
||||
METHOD <init> (IF)V
|
||||
ARG 1 startTime
|
||||
ARG 2 priority
|
||||
METHOD method_19211 getStartTime ()I
|
||||
METHOD method_19212 getPriority ()F
|
||||
|
|
@ -105,8 +105,6 @@ CLASS net/minecraft/class_4466 net/minecraft/entity/passive/BeeEntity
|
|||
ARG 0 stack
|
||||
METHOD method_61463 clearHivePos ()V
|
||||
METHOD method_61464 clearFlowerPos ()V
|
||||
METHOD method_63007 isNightOrRaining (Lnet/minecraft/class_1937;)Z
|
||||
ARG 0 world
|
||||
METHOD method_65073 getHive ()Lnet/minecraft/class_4482;
|
||||
METHOD method_65348 isAttractive (Lnet/minecraft/class_2680;)Z
|
||||
ARG 0 state
|
||||
|
|
|
|||
|
|
@ -72,7 +72,6 @@ CLASS net/minecraft/class_1451 net/minecraft/entity/passive/CatEntity
|
|||
METHOD method_64176 (Lnet/minecraft/class_2338$class_2339;Lnet/minecraft/class_3218;Lnet/minecraft/class_1799;)V
|
||||
ARG 2 world
|
||||
ARG 3 stack
|
||||
METHOD method_75146 isMorning ()Z
|
||||
CLASS class_3700 TemptGoal
|
||||
FIELD field_16298 player Lnet/minecraft/class_1657;
|
||||
FIELD field_17948 cat Lnet/minecraft/class_1451;
|
||||
|
|
|
|||
|
|
@ -80,9 +80,7 @@ CLASS net/minecraft/class_1675 net/minecraft/entity/projectile/ProjectileUtil
|
|||
ARG 6 shapeType
|
||||
METHOD method_75213 (Ljava/util/Collection;)Ljava/util/Collection;
|
||||
ARG 0 hitResults
|
||||
METHOD method_75214 (Ljava/util/List;Lnet/minecraft/class_1297;Lnet/minecraft/class_243;)V
|
||||
ARG 2 pos
|
||||
METHOD method_75215 collectPiercingCollisions (Lnet/minecraft/class_1937;Lnet/minecraft/class_1297;Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_238;Ljava/util/function/Predicate;FZ)Ljava/util/Collection;
|
||||
METHOD method_75215 collectPiercingCollisions (Lnet/minecraft/class_1937;Lnet/minecraft/class_1297;Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_238;Ljava/util/function/Predicate;FLnet/minecraft/class_3959$class_3960;Z)Ljava/util/Collection;
|
||||
ARG 0 world
|
||||
ARG 1 entity
|
||||
ARG 2 from
|
||||
|
|
@ -90,4 +88,3 @@ CLASS net/minecraft/class_1675 net/minecraft/entity/projectile/ProjectileUtil
|
|||
ARG 4 box
|
||||
ARG 5 hitPredicate
|
||||
ARG 6 hitboxMargin
|
||||
ARG 7 skipRaycast
|
||||
|
|
|
|||
|
|
@ -42,4 +42,6 @@ CLASS net/minecraft/class_9317 net/minecraft/loot/function/CopyComponentsLootFun
|
|||
METHOD method_58731 exclude (Lnet/minecraft/class_9331;)Lnet/minecraft/class_9317$class_9318;
|
||||
ARG 1 type
|
||||
CLASS class_12066 BlockEntityComponentsSource
|
||||
FIELD comp_4918 contextParam Lnet/minecraft/class_169;
|
||||
CLASS class_12288 ComponentAccessSource
|
||||
FIELD comp_4918 contextParam Lnet/minecraft/class_169;
|
||||
|
|
|
|||
|
|
@ -16,4 +16,6 @@ CLASS net/minecraft/class_5646 net/minecraft/loot/provider/nbt/ContextLootNbtPro
|
|||
METHOD method_76228 (Lnet/minecraft/class_12283$class_12284;)Lnet/minecraft/class_12283$class_12284;
|
||||
ARG 0 builder
|
||||
CLASS class_12071 BlockEntityTarget
|
||||
FIELD comp_4920 contextParam Lnet/minecraft/class_169;
|
||||
CLASS class_12072 EntityTarget
|
||||
FIELD comp_4920 contextParam Lnet/minecraft/class_169;
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ CLASS net/minecraft/class_2487 net/minecraft/nbt/NbtCompound
|
|||
COMMENT @see #putInt(String, int)
|
||||
COMMENT @see AbstractNbtNumber#intValue()
|
||||
ARG 1 key
|
||||
METHOD method_10551 remove (Ljava/lang/String;)V
|
||||
METHOD method_10551 remove (Ljava/lang/String;)Lnet/minecraft/class_2520;
|
||||
COMMENT Removes the entry with the specified {@code key}. Does nothing if there is none.
|
||||
ARG 1 key
|
||||
METHOD method_10554 getList (Ljava/lang/String;)Ljava/util/Optional;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
CLASS net/minecraft/class_1659 net/minecraft/network/message/ChatVisibility
|
||||
FIELD field_7534 BY_ID Ljava/util/function/IntFunction;
|
||||
FIELD field_7535 id I
|
||||
FIELD field_7540 translationKey Ljava/lang/String;
|
||||
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
|
||||
ARG 3 id
|
||||
ARG 4 translationKey
|
||||
METHOD method_7360 byId (I)Lnet/minecraft/class_1659;
|
||||
ARG 0 id
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
CLASS net/minecraft/class_4066 net/minecraft/particle/ParticlesMode
|
||||
FIELD field_18200 BY_ID Ljava/util/function/IntFunction;
|
||||
FIELD field_18201 id I
|
||||
FIELD field_18202 translationKey Ljava/lang/String;
|
||||
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
|
||||
ARG 3 id
|
||||
ARG 4 translationKey
|
||||
METHOD method_18608 byId (I)Lnet/minecraft/class_4066;
|
||||
ARG 0 id
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ CLASS net/minecraft/class_7923 net/minecraft/registry/Registries
|
|||
FIELD field_41128 POINT_OF_INTEREST_TYPE Lnet/minecraft/class_2378;
|
||||
FIELD field_41129 MEMORY_MODULE_TYPE Lnet/minecraft/class_7922;
|
||||
FIELD field_41130 SENSOR_TYPE Lnet/minecraft/class_7922;
|
||||
FIELD field_41131 SCHEDULE Lnet/minecraft/class_2378;
|
||||
FIELD field_41132 ACTIVITY Lnet/minecraft/class_2378;
|
||||
FIELD field_41133 LOOT_POOL_ENTRY_TYPE Lnet/minecraft/class_2378;
|
||||
FIELD field_41134 LOOT_FUNCTION_TYPE Lnet/minecraft/class_2378;
|
||||
|
|
@ -198,10 +197,6 @@ CLASS net/minecraft/class_7923 net/minecraft/registry/Registries
|
|||
ARG 0 registry
|
||||
METHOD method_47509 (Lnet/minecraft/class_2378;)Ljava/lang/Object;
|
||||
ARG 0 registry
|
||||
METHOD method_47510 (Lnet/minecraft/class_2378;)Ljava/lang/Object;
|
||||
ARG 0 registry
|
||||
METHOD method_47511 (Lnet/minecraft/class_2378;)Ljava/lang/Object;
|
||||
ARG 0 registry
|
||||
METHOD method_47512 (Lnet/minecraft/class_2378;)Ljava/lang/Object;
|
||||
ARG 0 registry
|
||||
METHOD method_47513 (Lnet/minecraft/class_2378;)Ljava/lang/Object;
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity
|
|||
METHOD method_34879 areClientChatColorsEnabled ()Z
|
||||
METHOD method_37412 (Lnet/minecraft/class_1661;I)V
|
||||
ARG 2 index
|
||||
METHOD method_37413 dropSelectedItem (Z)Z
|
||||
METHOD method_37413 dropSelectedItem (Z)V
|
||||
ARG 1 entireStack
|
||||
METHOD method_38786 tickFallStartPos ()V
|
||||
METHOD method_38787 tickVehicleInLavaRiding ()V
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
CLASS net/minecraft/class_12324 net/minecraft/unused/packageinfo/PackageInfo12324
|
||||
|
|
@ -0,0 +1 @@
|
|||
CLASS net/minecraft/class_12332 net/minecraft/unused/packageinfo/PackageInfo12332
|
||||
|
|
@ -1 +0,0 @@
|
|||
CLASS net/minecraft/class_6129 net/minecraft/unused/packageinfo/PackageInfo6129
|
||||
|
|
@ -5,7 +5,6 @@ CLASS net/minecraft/class_1306 net/minecraft/util/Arm
|
|||
FIELD field_6181 name Ljava/lang/String;
|
||||
FIELD field_38385 id I
|
||||
FIELD field_45121 CODEC Lcom/mojang/serialization/Codec;
|
||||
FIELD field_45122 translationKey Ljava/lang/String;
|
||||
FIELD field_46166 BY_ID Ljava/util/function/IntFunction;
|
||||
METHOD <init> (Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
|
||||
ARG 3 id
|
||||
|
|
|
|||
|
|
@ -1,20 +1,15 @@
|
|||
CLASS net/minecraft/class_9849 net/minecraft/util/InterpolatedFlipFlop
|
||||
FIELD field_52389 frames I
|
||||
COMMENT How many frames it takes to switch from fully off to fully on.
|
||||
FIELD field_52390 smoothingFunction Lnet/minecraft/class_9849$class_9850;
|
||||
FIELD field_52390 smoothingFunction Lnet/minecraft/class_12301;
|
||||
FIELD field_52391 current I
|
||||
FIELD field_52392 previous I
|
||||
METHOD <init> (I)V
|
||||
ARG 1 frames
|
||||
METHOD <init> (ILnet/minecraft/class_9849$class_9850;)V
|
||||
METHOD <init> (ILnet/minecraft/class_12301;)V
|
||||
ARG 1 frames
|
||||
ARG 2 smoothingFunction
|
||||
METHOD method_61339 getValue (F)F
|
||||
ARG 1 tickProgress
|
||||
METHOD method_61340 tick (Z)V
|
||||
ARG 1 active
|
||||
METHOD method_61341 (F)F
|
||||
ARG 0 tickProgress
|
||||
CLASS class_9850 SmoothingFunction
|
||||
METHOD apply (F)F
|
||||
ARG 1 tickProgress
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
CLASS net/minecraft/class_7291 net/minecraft/util/TranslatableOption
|
||||
COMMENT An option whose text can be translated.
|
||||
METHOD method_7359 getTranslationKey ()Ljava/lang/String;
|
||||
METHOD method_7362 getId ()I
|
||||
METHOD method_42627 getText ()Lnet/minecraft/class_2561;
|
||||
|
|
@ -38,7 +38,7 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
|
|||
FIELD field_29848 DEGREES_PER_RADIAN F
|
||||
FIELD field_29849 EPSILON F
|
||||
FIELD field_29853 HALF_PI_RADIANS_SINE_TABLE_INDEX J
|
||||
FIELD field_29856 DEGREES_TO_SINE_TABLE_INDEX F
|
||||
FIELD field_29856 DEGREES_TO_SINE_TABLE_INDEX D
|
||||
FIELD field_29857 ARCSINE_MACLAURIN_3 D
|
||||
COMMENT Used for the third-order Maclaurin series approximation of the arcsin function,
|
||||
COMMENT x + x^3/6.
|
||||
|
|
@ -150,8 +150,7 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
|
|||
ARG 2 predicate
|
||||
COMMENT the predicate that returns {@code true} for integers greater than or
|
||||
COMMENT equal to the value to be searched for
|
||||
METHOD method_15362 cos (F)F
|
||||
ARG 0 value
|
||||
METHOD method_15362 cos (D)F
|
||||
METHOD method_15363 clamp (FFF)F
|
||||
ARG 0 value
|
||||
ARG 1 min
|
||||
|
|
@ -183,8 +182,7 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
|
|||
ARG 2 z
|
||||
METHOD method_15372 lfloor (D)J
|
||||
ARG 0 value
|
||||
METHOD method_15374 sin (F)F
|
||||
ARG 0 value
|
||||
METHOD method_15374 sin (D)F
|
||||
METHOD method_15375 floor (F)I
|
||||
ARG 0 value
|
||||
METHOD method_15376 ([F)V
|
||||
|
|
@ -215,9 +213,6 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
|
|||
METHOD method_15389 hashCode (Lnet/minecraft/class_2382;)J
|
||||
ARG 0 vec
|
||||
METHOD method_15390 clampedLerp (DDD)D
|
||||
ARG 0 start
|
||||
ARG 2 end
|
||||
ARG 4 delta
|
||||
METHOD method_15391 absMax (DD)D
|
||||
ARG 0 a
|
||||
ARG 2 b
|
||||
|
|
@ -341,14 +336,8 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
|
|||
COMMENT
|
||||
COMMENT @return the mapped value, clamped between {@code newStart} and {@code newEnd}
|
||||
COMMENT @see #map(double, double, double, double, double) the unclamped variant
|
||||
ARG 0 value
|
||||
COMMENT the input value
|
||||
ARG 2 oldStart
|
||||
COMMENT the starting value of the original range
|
||||
ARG 4 oldEnd
|
||||
COMMENT the end value of the original range
|
||||
ARG 6 newStart
|
||||
COMMENT the starting value of the new range
|
||||
ARG 8 newEnd
|
||||
COMMENT the end value of the new range
|
||||
METHOD method_32855 nextGaussian (Lnet/minecraft/class_5819;FF)F
|
||||
|
|
@ -388,23 +377,14 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
|
|||
METHOD method_34956 perlinFadeDerivative (D)D
|
||||
ARG 0 value
|
||||
METHOD method_37166 clampedLerp (FFF)F
|
||||
ARG 0 start
|
||||
ARG 1 end
|
||||
ARG 2 delta
|
||||
METHOD method_37958 clampedMap (FFFFF)F
|
||||
COMMENT Linearly maps a value from one number range to another
|
||||
COMMENT and clamps the result.
|
||||
COMMENT
|
||||
COMMENT @return the mapped value, clamped between {@code newStart} and {@code newEnd}
|
||||
COMMENT @see #map(float, float, float, float, float) the unclamped variant
|
||||
ARG 0 value
|
||||
COMMENT the input value
|
||||
ARG 1 oldStart
|
||||
COMMENT the starting value of the original range
|
||||
ARG 2 oldEnd
|
||||
COMMENT the end value of the original range
|
||||
ARG 3 newStart
|
||||
COMMENT the starting value of the new range
|
||||
ARG 4 newEnd
|
||||
COMMENT the end value of the new range
|
||||
METHOD method_37959 map (FFFFF)F
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
CLASS net/minecraft/class_5424 net/minecraft/world/LunarWorldView
|
||||
METHOD method_30271 getLunarTime ()J
|
||||
METHOD method_30272 getMoonSize ()F
|
||||
COMMENT Gets the current size of the moon in the world.
|
||||
COMMENT
|
||||
COMMENT @return the size of the moon on a scale of {@code 0.0F} to {@code 1.0F}
|
||||
METHOD method_30273 getMoonPhase ()Lnet/minecraft/class_12131;
|
||||
COMMENT Gets the moon phase index of Minecraft's moon.
|
||||
COMMENT
|
||||
COMMENT <p>This is typically used to determine the size of the moon that should be rendered.
|
||||
METHOD method_30274 getSkyAngle (F)F
|
||||
ARG 1 tickProgress
|
||||
|
|
@ -32,7 +32,6 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
|
|||
FIELD field_42476 damageSources Lnet/minecraft/class_8109;
|
||||
FIELD field_61989 EXPLOSION_BLOCK_PARTICLES Lnet/minecraft/class_6012;
|
||||
FIELD field_62535 palettesFactory Lnet/minecraft/class_11897;
|
||||
FIELD field_63808 environmentAttributes Lnet/minecraft/class_12205;
|
||||
METHOD <init> (Lnet/minecraft/class_5269;Lnet/minecraft/class_5321;Lnet/minecraft/class_5455;Lnet/minecraft/class_6880;ZZJI)V
|
||||
ARG 1 properties
|
||||
ARG 2 registryRef
|
||||
|
|
@ -81,8 +80,6 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
|
|||
ARG 9 explosionSourceType
|
||||
METHOD method_8438 addBlockEntity (Lnet/minecraft/class_2586;)V
|
||||
ARG 1 blockEntity
|
||||
METHOD method_8442 getSkyAngleRadians (F)F
|
||||
ARG 1 tickProgress
|
||||
METHOD method_8449 playSoundFromEntity (Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;Lnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)V
|
||||
COMMENT Plays a sound caused by a source at the provided entity's position. On the client, the sound will only play if the source is the same as the client's player.
|
||||
COMMENT On the server, sound packets will be sent to players around the source, excluding the source itself.
|
||||
|
|
@ -501,7 +498,6 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
|
|||
ARG 1 pos
|
||||
ARG 2 oldState
|
||||
ARG 3 newState
|
||||
METHOD method_66346 isNightAndNatural ()Z
|
||||
METHOD method_66347 getEntity (Ljava/util/UUID;)Lnet/minecraft/class_1297;
|
||||
ARG 1 uuid
|
||||
METHOD method_66349 getCrammedEntities (Lnet/minecraft/class_1297;Lnet/minecraft/class_238;)Ljava/util/List;
|
||||
|
|
|
|||
|
|
@ -1,24 +1 @@
|
|||
CLASS net/minecraft/class_12205 net/minecraft/world/attribute/WorldEnvironmentAttributeAccess
|
||||
FIELD field_63739 dimensionAttributes Lnet/minecraft/class_12199;
|
||||
FIELD field_63740 biomeAccess Lnet/minecraft/class_4543;
|
||||
FIELD field_63741 biomeModifiedAttributes Ljava/util/Set;
|
||||
METHOD <init> (Lnet/minecraft/class_6880;Lnet/minecraft/class_5455;Lnet/minecraft/class_4543;)V
|
||||
ARG 1 dimensionType
|
||||
ARG 2 dynamicRegistryManager
|
||||
ARG 3 biomeAccess
|
||||
METHOD method_75698 getInternal (Lnet/minecraft/class_12197;Lnet/minecraft/class_243;Lnet/minecraft/class_12211;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
ARG 1 attribute
|
||||
ARG 2 pos
|
||||
ARG 3 pool
|
||||
ARG 4 defaultValue
|
||||
METHOD method_75699 getDimensionAttributeValue (Lnet/minecraft/class_12197;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
ARG 1 attribute
|
||||
ARG 2 defaultValue
|
||||
METHOD method_75700 (Lnet/minecraft/class_6880$class_6883;)Ljava/util/stream/Stream;
|
||||
ARG 0 e
|
||||
METHOD method_75701 getDimensionAttributeValue (Lnet/minecraft/class_12197;)Ljava/lang/Object;
|
||||
ARG 1 attribute
|
||||
METHOD method_75702 getPositionalAttributeValue (Lnet/minecraft/class_12197;Lnet/minecraft/class_243;Lnet/minecraft/class_12211;)Ljava/lang/Object;
|
||||
ARG 1 attribute
|
||||
ARG 2 pos
|
||||
ARG 3 pool
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ CLASS net/minecraft/class_4763 net/minecraft/world/biome/BiomeEffects
|
|||
METHOD comp_5170 foliageColor ()Ljava/util/Optional;
|
||||
METHOD comp_5171 dryFoliageColor ()Ljava/util/Optional;
|
||||
METHOD comp_5172 grassColor ()Ljava/util/Optional;
|
||||
METHOD comp_5173 grassColorModifier ()Lnet/minecraft/class_4763$class_5486;
|
||||
METHOD method_75740 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
|
||||
ARG 0 instance
|
||||
CLASS class_4764 Builder
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
CLASS net/minecraft/class_2874 net/minecraft/world/dimension/DimensionType
|
||||
FIELD comp_655 effects Lnet/minecraft/class_2960;
|
||||
FIELD comp_847 monsterSettings Lnet/minecraft/class_2874$class_7512;
|
||||
FIELD comp_5219 hasFixedTime Z
|
||||
FIELD field_24752 MOON_SIZES [F
|
||||
FIELD field_24756 REGISTRY_CODEC Lcom/mojang/serialization/Codec;
|
||||
FIELD field_24757 CODEC Lcom/mojang/serialization/Codec;
|
||||
|
|
@ -8,37 +8,17 @@ CLASS net/minecraft/class_2874 net/minecraft/world/dimension/DimensionType
|
|||
FIELD field_28134 MAX_HEIGHT I
|
||||
FIELD field_28135 MAX_COLUMN_HEIGHT I
|
||||
FIELD field_28136 MIN_HEIGHT I
|
||||
FIELD field_31440 MOON_PHASES [Lnet/minecraft/class_12131;
|
||||
FIELD field_51951 PACKET_CODEC Lnet/minecraft/class_9139;
|
||||
FIELD field_63812 NETWORK_CODEC Lcom/mojang/serialization/Codec;
|
||||
METHOD <init> (Ljava/util/OptionalLong;ZZZDIIILnet/minecraft/class_6862;Lnet/minecraft/class_2960;FLnet/minecraft/class_2874$class_7512;Lnet/minecraft/class_12199;)V
|
||||
ARG 1 fixedTime
|
||||
METHOD <init> (ZZZDIIILnet/minecraft/class_6862;FLnet/minecraft/class_2874$class_7512;Lnet/minecraft/class_2874$class_12326;Lnet/minecraft/class_2874$class_12325;Lnet/minecraft/class_12199;Lnet/minecraft/class_6885;)V
|
||||
ARG 2 hasSkylight
|
||||
ARG 3 hasCeiling
|
||||
ARG 4 ultrawarm
|
||||
ARG 5 coordinateScale
|
||||
ARG 7 minY
|
||||
ARG 8 height
|
||||
ARG 9 logicalHeight
|
||||
ARG 10 infiniburn
|
||||
ARG 11 effects
|
||||
ARG 12 ambientLight
|
||||
ARG 13 monsterSettings
|
||||
ARG 14 attributes
|
||||
METHOD comp_655 effects ()Lnet/minecraft/class_2960;
|
||||
METHOD comp_847 monsterSettings ()Lnet/minecraft/class_2874$class_7512;
|
||||
METHOD comp_5219 hasFixedTime ()Z
|
||||
METHOD method_12488 getSaveDirectory (Lnet/minecraft/class_5321;Ljava/nio/file/Path;)Ljava/nio/file/Path;
|
||||
ARG 0 worldRef
|
||||
ARG 1 worldDirectory
|
||||
METHOD method_28528 getSkyAngle (J)F
|
||||
ARG 1 time
|
||||
METHOD method_28531 getMoonPhase (J)Lnet/minecraft/class_12131;
|
||||
COMMENT Gets the moon phase index of Minecraft's moon.
|
||||
COMMENT
|
||||
COMMENT <p>This is typically used to determine the size of the moon that should be rendered.
|
||||
ARG 1 time
|
||||
COMMENT the time to calculate the index from
|
||||
METHOD method_29960 hasFixedTime ()Z
|
||||
METHOD method_31109 getCoordinateScaleFactor (Lnet/minecraft/class_2874;Lnet/minecraft/class_2874;)D
|
||||
ARG 0 fromDimension
|
||||
ARG 1 toDimension
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
CLASS net/minecraft/class_7134 net/minecraft/world/dimension/DimensionTypes
|
||||
FIELD field_37670 OVERWORLD_ID Lnet/minecraft/class_2960;
|
||||
FIELD field_37671 THE_NETHER_ID Lnet/minecraft/class_2960;
|
||||
FIELD field_37672 THE_END_ID Lnet/minecraft/class_2960;
|
||||
METHOD method_41524 of (Ljava/lang/String;)Lnet/minecraft/class_5321;
|
||||
ARG 0 id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue