Skip to content

Commit

Permalink
25w06a
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Feb 5, 2025
1 parent 84acce3 commit f0609d5
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 97 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'net.fabricmc.filament'
}

def minecraft_version = "25w05a"
def minecraft_version = "25w06a"

filament {
minecraftVersion = minecraft_version
Expand Down
5 changes: 0 additions & 5 deletions mappings/com/mojang/blaze3d/platform/GLX.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ CLASS com/mojang/blaze3d/platform/GLX
METHOD _init (IZ)V
ARG 0 debugVerbosity
ARG 1 debugSync
METHOD _renderCrosshair (IZZZ)V
ARG 0 size
ARG 1 drawX
ARG 2 drawY
ARG 3 drawZ
METHOD _setGlfwErrorCallback (Lorg/lwjgl/glfw/GLFWErrorCallbackI;)V
ARG 0 callback
METHOD _shouldClose (Lnet/minecraft/class_1041;)Z
Expand Down
2 changes: 0 additions & 2 deletions mappings/com/mojang/blaze3d/systems/RenderSystem.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ CLASS com/mojang/blaze3d/systems/RenderSystem
ARG 6 pixels
METHOD recordRenderCall (Lnet/minecraft/class_4573;)V
ARG 0 renderCall
METHOD renderCrosshair (I)V
ARG 0 size
METHOD setErrorCallback (Lorg/lwjgl/glfw/GLFWErrorCallbackI;)V
ARG 0 callback
METHOD setProjectionMatrix (Lorg/joml/Matrix4f;Lnet/minecraft/class_10366;)V
Expand Down
4 changes: 0 additions & 4 deletions mappings/net/minecraft/block/BushBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ CLASS net/minecraft/class_10735 net/minecraft/block/BushBlock
FIELD field_56457 SHAPE Lnet/minecraft/class_265;
METHOD method_67402 (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)V
ARG 2 pos
METHOD method_67403 getGrowthPos (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Ljava/util/Optional;
ARG 1 world
ARG 2 pos
ARG 3 state
25 changes: 0 additions & 25 deletions mappings/net/minecraft/client/render/BufferRenderer.mapping

This file was deleted.

7 changes: 1 addition & 6 deletions mappings/net/minecraft/client/render/RenderLayer.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ CLASS net/minecraft/class_1921 net/minecraft/client/render/RenderLayer
FIELD field_53136 VIGNETTE Ljava/util/function/Function;
FIELD field_53137 CROSSHAIR Ljava/util/function/Function;
FIELD field_54962 ARMOR_TRANSLUCENT Ljava/util/function/Function;
FIELD field_55139 WORLD_BORDER_COLOR_MASK Lnet/minecraft/class_1921;
FIELD field_55140 WORLD_BORDER_ALL_MASK Lnet/minecraft/class_1921;
FIELD field_55141 OPAQUE_PARTICLE Ljava/util/function/Function;
FIELD field_55142 TRANSLUCENT_PARTICLE Ljava/util/function/Function;
FIELD field_55143 WEATHER_ALL_MASK Ljava/util/function/Function;
Expand Down Expand Up @@ -320,12 +318,9 @@ CLASS net/minecraft/class_1921 net/minecraft/client/render/RenderLayer
ARG 0 texture
METHOD method_65226 (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
ARG 0 texture
METHOD method_65227 getWorldBorder (Z)Lnet/minecraft/class_1921;
ARG 0 allMask
METHOD method_65227 getWorldBorder ()Lnet/minecraft/class_1921;
METHOD method_65228 (ZLnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
ARG 1 texture
METHOD method_65229 createWorldBorder (Z)Lnet/minecraft/class_1921;
ARG 0 allMask
METHOD method_65230 createWeather (Z)Ljava/util/function/Function;
ARG 0 allMask
METHOD method_65231 getWeather (Lnet/minecraft/class_2960;Z)Lnet/minecraft/class_1921;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
CLASS net/minecraft/class_882 net/minecraft/client/render/entity/ChickenEntityRenderer
FIELD field_4649 TEXTURE Lnet/minecraft/class_2960;
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ CLASS net/minecraft/class_9278 net/minecraft/component/type/ChargedProjectilesCo
METHOD method_57441 of (Ljava/util/List;)Lnet/minecraft/class_9278;
ARG 0 projectiles
METHOD method_57442 isEmpty ()Z
METHOD method_67210 (Ljava/util/function/Consumer;Lnet/minecraft/class_2561;)V
ARG 1 text
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ CLASS net/minecraft/class_9283 net/minecraft/component/type/FireworkExplosionCom
ARG 0 instance
METHOD method_57474 withFadeColors (Lit/unimi/dsi/fastutil/ints/IntList;)Lnet/minecraft/class_9283;
ARG 1 fadeColors
METHOD method_57475 appendShapeTooltip (Ljava/util/function/Consumer;)V
ARG 1 textConsumer
METHOD method_57476 appendColorsTooltipText (Lnet/minecraft/class_5250;Lit/unimi/dsi/fastutil/ints/IntList;)Lnet/minecraft/class_2561;
ARG 0 text
ARG 1 colors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ CLASS net/minecraft/class_9284 net/minecraft/component/type/FireworksComponent
FIELD field_49325 MAX_EXPLOSIONS I
METHOD method_57478 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
ARG 0 instance
METHOD method_57479 (Ljava/util/function/Consumer;Lnet/minecraft/class_2561;)V
ARG 1 text
3 changes: 1 addition & 2 deletions mappings/net/minecraft/entity/LivingEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity
COMMENT the effect to add
ARG 2 source
COMMENT the source entity or {@code null} for non-entity sources
METHOD method_37410 processEquippedStack (Lnet/minecraft/class_1799;)V
ARG 1 stack
METHOD method_37416 getJumpBoostVelocityModifier ()F
METHOD method_39760 getFallSounds ()Lnet/minecraft/class_1309$class_6823;
METHOD method_41329 disableExperienceDropping ()V
Expand Down Expand Up @@ -749,4 +747,5 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity
ARG 2 source
ARG 3 amount
METHOD method_7292 getLuck ()F
METHOD method_7329 dropItem (Lnet/minecraft/class_1799;ZZ)Lnet/minecraft/class_1542;
CLASS class_6823 FallSounds
1 change: 0 additions & 1 deletion mappings/net/minecraft/entity/ai/goal/EatGrassGoal.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ CLASS net/minecraft/class_1345 net/minecraft/entity/ai/goal/EatGrassGoal
FIELD field_30203 MAX_TIMER I
FIELD field_6421 world Lnet/minecraft/class_1937;
FIELD field_6422 timer I
FIELD field_6423 SHORT_GRASS_PREDICATE Ljava/util/function/Predicate;
FIELD field_6424 mob Lnet/minecraft/class_1308;
METHOD <init> (Lnet/minecraft/class_1308;)V
ARG 1 mob
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CLASS net/minecraft/class_1531 net/minecraft/entity/decoration/ArmorStandEntity
FIELD field_30444 MARKER_FLAG I
FIELD field_30452 SMALL_FLAG I
FIELD field_30453 SHOW_ARMS_FLAG I
FIELD field_55974 equipment Lnet/minecraft/class_10630;
FIELD field_7102 RIDEABLE_MINECART_PREDICATE Ljava/util/function/Predicate;
FIELD field_7103 rightLegRotation Lnet/minecraft/class_2379;
FIELD field_7104 headRotation Lnet/minecraft/class_2379;
Expand Down
1 change: 0 additions & 1 deletion mappings/net/minecraft/entity/mob/MobEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ CLASS net/minecraft/class_1308 net/minecraft/entity/mob/MobEntity
FIELD field_52221 leashData Lnet/minecraft/class_9817$class_9818;
FIELD field_52448 EQUIPMENT_INIT_ORDER Ljava/util/List;
FIELD field_55677 equipmentDropChances Lnet/minecraft/class_10582;
FIELD field_55953 equipment Lnet/minecraft/class_10630;
FIELD field_6184 lootTableSeed J
FIELD field_6185 targetSelector Lnet/minecraft/class_1355;
COMMENT Contains goals used to select this entity's target.
Expand Down
5 changes: 0 additions & 5 deletions mappings/net/minecraft/entity/player/PlayerEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,6 @@ CLASS net/minecraft/class_1657 net/minecraft/entity/player/PlayerEntity
METHOD method_7328 dropItem (Lnet/minecraft/class_1799;Z)Lnet/minecraft/class_1542;
ARG 1 stack
ARG 2 retainOwnership
METHOD method_7329 dropItem (Lnet/minecraft/class_1799;ZZ)Lnet/minecraft/class_1542;
ARG 1 stack
ARG 2 throwRandomly
COMMENT if true, the item will be thrown in a random direction from the entity regardless of which direction the entity is facing
ARG 3 retainOwnership
METHOD method_7330 updateTurtleHelmet ()V
METHOD method_7331 requestRespawn ()V
METHOD method_7332 canConsume (Z)Z
Expand Down
10 changes: 1 addition & 9 deletions mappings/net/minecraft/entity/player/PlayerInventory.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ CLASS net/minecraft/class_1661 net/minecraft/entity/player/PlayerInventory
COMMENT
COMMENT <p>The same value dictates the size of the player's hotbar, excluding the offhand slot.
FIELD field_7542 changeCount I
FIELD field_7543 combinedInventory Ljava/util/List;
FIELD field_7544 offHand Lnet/minecraft/class_2371;
FIELD field_7545 selectedSlot I
FIELD field_7546 player Lnet/minecraft/class_1657;
FIELD field_7547 main Lnet/minecraft/class_2371;
FIELD field_7548 armor Lnet/minecraft/class_2371;
METHOD <init> (Lnet/minecraft/class_1657;)V
METHOD <init> (Lnet/minecraft/class_1657;Lnet/minecraft/class_10630;)V
ARG 1 player
METHOD method_29280 remove (Ljava/util/function/Predicate;ILnet/minecraft/class_1263;)I
ARG 1 shouldRemove
Expand Down Expand Up @@ -55,15 +52,10 @@ CLASS net/minecraft/class_1661 net/minecraft/entity/player/PlayerInventory
ARG 1 slot
ARG 2 stack
METHOD method_7368 getHotbarSize ()I
METHOD method_7370 getBlockBreakingSpeed (Lnet/minecraft/class_2680;)F
ARG 1 block
METHOD method_7372 getArmorStack (I)Lnet/minecraft/class_1799;
ARG 1 slot
METHOD method_7376 getEmptySlot ()I
METHOD method_7377 clone (Lnet/minecraft/class_1661;)V
ARG 1 other
METHOD method_7378 removeOne (Lnet/minecraft/class_1799;)V
ARG 1 stack
METHOD method_7379 contains (Lnet/minecraft/class_1799;)Z
ARG 1 stack
METHOD method_7380 isValidHotbarIndex (I)Z
Expand Down
6 changes: 1 addition & 5 deletions mappings/net/minecraft/item/Item.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -324,19 +324,15 @@ CLASS net/minecraft/class_1792 net/minecraft/item/Item
COMMENT
COMMENT <p>By default, returns true if the item has enchantments.
ARG 1 stack
METHOD method_7888 inventoryTick (Lnet/minecraft/class_1799;Lnet/minecraft/class_1937;Lnet/minecraft/class_1297;IZ)V
METHOD method_7888 inventoryTick (Lnet/minecraft/class_1799;Lnet/minecraft/class_3218;Lnet/minecraft/class_1297;Lnet/minecraft/class_1304;)V
COMMENT Called on both the client and the server every tick if the item is in the player's inventory.
COMMENT
COMMENT <p>This method is called on both the logical client and logical server, so take caution
COMMENT when overriding this method. The logical side can be checked using {@link
COMMENT World#isClient}.
ARG 1 stack
ARG 2 world
ARG 3 entity
COMMENT the entity holding the item; usually a player
ARG 4 slot
ARG 5 selected
COMMENT whether the item is in the selected hotbar slot
CLASS class_1793 Settings
COMMENT Item settings configure behaviors common to all items, such as the stack's max
COMMENT count. An instance of this must be passed to the constructor
Expand Down
4 changes: 1 addition & 3 deletions mappings/net/minecraft/item/ItemStack.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,9 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack
ARG 2 user
ARG 3 hand
METHOD method_7914 getMaxCount ()I
METHOD method_7917 inventoryTick (Lnet/minecraft/class_1937;Lnet/minecraft/class_1297;IZ)V
METHOD method_7917 inventoryTick (Lnet/minecraft/class_1937;Lnet/minecraft/class_1297;Lnet/minecraft/class_1304;)V
ARG 1 world
ARG 2 entity
ARG 3 slot
ARG 4 selected
METHOD method_7919 getDamage ()I
COMMENT {@return the damage (lost durability) of the item stack}
COMMENT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity
METHOD method_61274 canSpawnIn (Lnet/minecraft/class_3218;Lnet/minecraft/class_238;)Z
ARG 1 world
ARG 2 box
METHOD method_61277 dropPlayerItem (Lnet/minecraft/class_1799;ZZ)Lnet/minecraft/class_1542;
ARG 1 stack
ARG 2 throwRandomly
ARG 3 retainOwnership
METHOD method_63561 setPlayerInput (Lnet/minecraft/class_10185;)V
ARG 1 playerInput
METHOD method_63562 getPlayerInput ()Lnet/minecraft/class_10185;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CLASS net/minecraft/class_3204 net/minecraft/server/world/ChunkLevelManager
ARG 3 optionalChunk
METHOD method_17655 (J)Lit/unimi/dsi/fastutil/objects/ObjectSet;
ARG 0 sectionPos
METHOD method_20800 shouldTick (J)Z
METHOD method_20800 shouldTick (J)Lnet/minecraft/class_9851;
ARG 1 chunkPos
METHOD method_21683 toDumpString ()Ljava/lang/String;
METHOD method_38629 setSimulationDistance (I)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,8 @@ CLASS net/minecraft/class_3898 net/minecraft/server/world/ServerChunkLoadingMana
METHOD method_18702 sendToOtherNearbyPlayers (Lnet/minecraft/class_1297;Lnet/minecraft/class_2596;)V
ARG 1 entity
ARG 2 packet
METHOD method_18704 getSquaredDistance (Lnet/minecraft/class_1923;Lnet/minecraft/class_1297;)D
METHOD method_18704 getSquaredDistance (Lnet/minecraft/class_1923;Lnet/minecraft/class_243;)D
ARG 0 pos
ARG 1 entity
METHOD method_18713 updatePosition (Lnet/minecraft/class_3222;)V
COMMENT Updates the chunk section position of the {@code player}. This updates the player
COMMENT position for both entity tracking and chunk loading (watching) logic.
Expand Down Expand Up @@ -280,8 +279,6 @@ CLASS net/minecraft/class_3898 net/minecraft/server/world/ServerChunkLoadingMana
ARG 1 chunks
METHOD method_61257 (Lnet/minecraft/class_3193;Ljava/util/List;)Lnet/minecraft/class_2818;
ARG 2 chunks
METHOD method_61260 forEachTickedChunk (Ljava/util/function/Consumer;)V
ARG 1 callback
METHOD method_61261 isAnyPlayerTicking (Lnet/minecraft/class_1923;)Z
ARG 1 pos
METHOD method_63545 updateLevel (Lnet/minecraft/class_1923;Ljava/util/function/IntSupplier;ILjava/util/function/IntConsumer;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ CLASS net/minecraft/class_3215 net/minecraft/server/world/ServerChunkManager
FIELD field_24455 spawnInfo Lnet/minecraft/class_1948$class_5262;
FIELD field_29766 CACHE_SIZE I
FIELD field_52354 LOGGER Lorg/slf4j/Logger;
FIELD field_52355 chunks Ljava/util/List;
FIELD field_52356 chunksToBroadcastUpdate Ljava/util/Set;
FIELD field_55594 ticketManager Lnet/minecraft/class_10592;
METHOD <init> (Lnet/minecraft/class_3218;Lnet/minecraft/class_32$class_5143;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/class_3485;Ljava/util/concurrent/Executor;Lnet/minecraft/class_2794;IIZLnet/minecraft/class_3949;Lnet/minecraft/class_5567;Ljava/util/function/Supplier;)V
Expand Down Expand Up @@ -100,14 +99,9 @@ CLASS net/minecraft/class_3215 net/minecraft/server/world/ServerChunkManager
METHOD method_46642 getStructurePlacementCalculator ()Lnet/minecraft/class_7869;
METHOD method_61264 broadcastUpdates (Lnet/minecraft/class_3695;)V
ARG 1 profiler
METHOD method_61265 tickChunks (Lnet/minecraft/class_3695;JLjava/util/List;)V
METHOD method_61265 tickChunks (Lnet/minecraft/class_3695;J)V
ARG 1 profiler
ARG 2 timeDelta
ARG 4 chunks
METHOD method_61266 addChunksToTick (Ljava/util/List;)V
ARG 1 chunks
METHOD method_61267 (Ljava/util/List;Lnet/minecraft/class_3193;)V
ARG 2 chunk
METHOD method_65078 markForUpdate (Lnet/minecraft/class_3193;)V
ARG 1 chunkHolder
METHOD method_66008 addTicket (Lnet/minecraft/class_3228;Lnet/minecraft/class_1923;)V
Expand Down
4 changes: 0 additions & 4 deletions mappings/net/minecraft/server/world/ServerWorld.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,6 @@ CLASS net/minecraft/class_3218 net/minecraft/server/world/ServerWorld
METHOD method_39501 tickWeather ()V
METHOD method_39778 cacheStructures (Lnet/minecraft/class_2791;)V
ARG 1 chunk
METHOD method_39998 shouldTick (Lnet/minecraft/class_1923;)Z
ARG 1 pos
METHOD method_39999 shouldTick (Lnet/minecraft/class_2338;)Z
ARG 1 pos
METHOD method_42108 locateBiome (Ljava/util/function/Predicate;Lnet/minecraft/class_2338;III)Lcom/mojang/datafixers/util/Pair;
ARG 1 predicate
ARG 2 pos
Expand Down

0 comments on commit f0609d5

Please sign in to comment.