From e0e8ad13b5938211cb0a3324f5dc2a7cc3bd2e4f Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:33:27 +0100 Subject: [PATCH] [ci skip] Updated copyright: 2025 --- src/main/java/net/raphimc/vialegacy/ViaLegacy.java | 2 +- src/main/java/net/raphimc/vialegacy/ViaLegacyConfig.java | 2 +- .../java/net/raphimc/vialegacy/api/LegacyProtocolVersion.java | 2 +- src/main/java/net/raphimc/vialegacy/api/data/BlockList1_6.java | 2 +- src/main/java/net/raphimc/vialegacy/api/data/ItemList1_6.java | 2 +- src/main/java/net/raphimc/vialegacy/api/model/ChunkCoord.java | 2 +- src/main/java/net/raphimc/vialegacy/api/model/Location.java | 2 +- .../net/raphimc/vialegacy/api/protocol/StatelessProtocol.java | 2 +- .../vialegacy/api/protocol/StatelessTransitionProtocol.java | 2 +- .../raphimc/vialegacy/api/remapper/AbstractBlockRemapper.java | 2 +- .../raphimc/vialegacy/api/remapper/AbstractChunkTracker.java | 2 +- .../net/raphimc/vialegacy/api/remapper/LegacyItemRewriter.java | 2 +- .../net/raphimc/vialegacy/api/splitter/PreNettyPacketType.java | 2 +- .../net/raphimc/vialegacy/api/splitter/PreNettySplitter.java | 2 +- .../java/net/raphimc/vialegacy/api/splitter/PreNettyTypes.java | 2 +- src/main/java/net/raphimc/vialegacy/api/util/BlockFaceUtil.java | 2 +- .../java/net/raphimc/vialegacy/api/util/ChunkCoordSpiral.java | 2 +- src/main/java/net/raphimc/vialegacy/api/util/PacketUtil.java | 2 +- src/main/java/net/raphimc/vialegacy/api/util/UuidUtil.java | 2 +- .../java/net/raphimc/vialegacy/netty/PreNettyLengthCodec.java | 2 +- .../net/raphimc/vialegacy/netty/PreNettyLengthPrepender.java | 2 +- .../java/net/raphimc/vialegacy/netty/PreNettyLengthRemover.java | 2 +- .../java/net/raphimc/vialegacy/platform/ViaLegacyConfig.java | 2 +- .../java/net/raphimc/vialegacy/platform/ViaLegacyPlatform.java | 2 +- .../alpha/a1_0_15toa1_0_16_2/Protocola1_0_15Toa1_0_16_2.java | 2 +- .../a1_0_15toa1_0_16_2/packet/ClientboundPacketsa1_0_15.java | 2 +- .../a1_0_15toa1_0_16_2/packet/ServerboundPacketsa1_0_15.java | 2 +- .../Protocola1_0_16_2Toa1_0_17_1_0_17_4.java | 2 +- .../packet/ClientboundPacketsa1_0_16.java | 2 +- .../a1_0_16_2toa1_0_17_1_0_17_4/storage/TimeLockStorage.java | 2 +- .../alpha/a1_0_16_2toa1_0_17_1_0_17_4/task/TimeLockTask.java | 2 +- .../Protocola1_0_17_1_0_17_4Toa1_1_0_1_1_2_1.java | 2 +- .../packet/ClientboundPacketsa1_0_17.java | 2 +- .../packet/ServerboundPacketsa1_0_17.java | 2 +- .../Protocola1_1_0_1_1_2_1Toa1_2_0_1_2_1_1.java | 2 +- .../packet/ClientboundPacketsa1_1_0.java | 2 +- .../packet/ServerboundPacketsa1_1_0.java | 2 +- .../a1_2_0_1_2_1_1toa1_2_2/Protocola1_2_0_1_2_1_1Toa1_2_2.java | 2 +- .../a1_2_0_1_2_1_1toa1_2_2/packet/ClientboundPacketsa1_2_0.java | 2 +- .../a1_2_0_1_2_1_1toa1_2_2/packet/ServerboundPacketsa1_2_0.java | 2 +- .../a1_2_2toa1_2_3_1_2_3_4/Protocola1_2_2Toa1_2_3_1_2_3_4.java | 2 +- .../a1_2_2toa1_2_3_1_2_3_4/packet/ClientboundPacketsa1_2_2.java | 2 +- .../a1_2_2toa1_2_3_1_2_3_4/packet/ServerboundPacketsa1_2_2.java | 2 +- .../Protocola1_2_3_1_2_3_4Toa1_2_3_5_1_2_6.java | 2 +- .../packet/ClientboundPacketsa1_2_3.java | 2 +- .../Protocola1_2_3_5_1_2_6Tob1_0_1_1_1.java | 2 +- .../alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/AlphaItems.java | 2 +- .../alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/CraftingManager.java | 2 +- .../alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/model/CraftingRecipe.java | 2 +- .../packet/ClientboundPacketsa1_2_6.java | 2 +- .../packet/ServerboundPacketsa1_2_6.java | 2 +- .../provider/AlphaInventoryProvider.java | 2 +- .../provider/NoOpAlphaInventoryProvider.java | 2 +- .../provider/TrackingAlphaInventoryProvider.java | 2 +- .../storage/AlphaInventoryTracker.java | 2 +- .../a1_2_3_5_1_2_6tob1_0_1_1_1/storage/InventoryStorage.java | 2 +- .../task/AlphaInventoryUpdateTask.java | 2 +- .../beta/b1_0_1_1tob1_1_2/Protocolb1_0_1_1Tob1_1_2.java | 2 +- .../beta/b1_1_2tob1_2_0_2/Protocolb1_1_2Tob1_2_0_2.java | 2 +- .../beta/b1_1_2tob1_2_0_2/packet/ClientboundPacketsb1_1.java | 2 +- .../beta/b1_1_2tob1_2_0_2/packet/ServerboundPacketsb1_1.java | 2 +- .../beta/b1_1_2tob1_2_0_2/rewriter/BlockDataRewriter.java | 2 +- .../beta/b1_1_2tob1_2_0_2/storage/EntityFlagStorage.java | 2 +- .../protocol/beta/b1_1_2tob1_2_0_2/types/NbtLessItemType.java | 2 +- .../protocol/beta/b1_1_2tob1_2_0_2/types/Typesb1_1.java | 2 +- .../beta/b1_2_0_2tob1_3_0_1/Protocolb1_2_0_2Tob1_3_0_1.java | 2 +- .../beta/b1_2_0_2tob1_3_0_1/data/BlockHardnessList.java | 2 +- .../beta/b1_2_0_2tob1_3_0_1/packet/ClientboundPacketsb1_2.java | 2 +- .../beta/b1_2_0_2tob1_3_0_1/packet/ServerboundPacketsb1_2.java | 2 +- .../beta/b1_2_0_2tob1_3_0_1/storage/BlockDigStorage.java | 2 +- .../protocol/beta/b1_2_0_2tob1_3_0_1/task/BlockDigTickTask.java | 2 +- .../protocol/beta/b1_2_0_2tob1_3_0_1/types/EntityDataType.java | 2 +- .../beta/b1_2_0_2tob1_3_0_1/types/EntityDataTypesb1_2.java | 2 +- .../protocol/beta/b1_2_0_2tob1_3_0_1/types/Typesb1_2.java | 2 +- .../beta/b1_3_0_1tob1_4_0_1/Protocolb1_3_0_1Tob1_4_0_1.java | 2 +- .../beta/b1_3_0_1tob1_4_0_1/packet/ClientboundPacketsb1_3.java | 2 +- .../beta/b1_4_0_1tob1_5_0_2/Protocolb1_4_0_1Tob1_5_0_2.java | 2 +- .../beta/b1_4_0_1tob1_5_0_2/packet/ClientboundPacketsb1_4.java | 2 +- .../beta/b1_4_0_1tob1_5_0_2/packet/ServerboundPacketsb1_4.java | 2 +- .../protocol/beta/b1_4_0_1tob1_5_0_2/types/EntityDataType.java | 2 +- .../beta/b1_4_0_1tob1_5_0_2/types/EntityDataTypesb1_4.java | 2 +- .../protocol/beta/b1_4_0_1tob1_5_0_2/types/Typesb1_4.java | 2 +- .../beta/b1_5_0_2tob1_6_0_6/Protocolb1_5_0_2Tob1_6_0_6.java | 2 +- .../beta/b1_5_0_2tob1_6_0_6/packet/ClientboundPacketsb1_5.java | 2 +- .../beta/b1_5_0_2tob1_6_0_6/packet/ServerboundPacketsb1_5.java | 2 +- .../beta/b1_5_0_2tob1_6_0_6/storage/WorldTimeStorage.java | 2 +- .../protocol/beta/b1_5_0_2tob1_6_0_6/task/TimeTrackTask.java | 2 +- .../beta/b1_6_0_6tob1_7_0_3/Protocolb1_6_0_6Tob1_7_0_3.java | 2 +- .../beta/b1_7_0_3tob1_8_0_1/Protocolb1_7_0_3Tob1_8_0_1.java | 2 +- .../beta/b1_7_0_3tob1_8_0_1/packet/ClientboundPacketsb1_7.java | 2 +- .../beta/b1_7_0_3tob1_8_0_1/packet/ServerboundPacketsb1_7.java | 2 +- .../beta/b1_7_0_3tob1_8_0_1/storage/PlayerHealthTracker.java | 2 +- .../beta/b1_7_0_3tob1_8_0_1/storage/PlayerNameTracker.java | 2 +- .../protocol/beta/b1_7_0_3tob1_8_0_1/types/StringType.java | 2 +- .../protocol/beta/b1_7_0_3tob1_8_0_1/types/Typesb1_7_0_3.java | 2 +- .../beta/b1_8_0_1tor1_0_0_1/Protocolb1_8_0_1tor1_0_0_1.java | 2 +- .../beta/b1_8_0_1tor1_0_0_1/packet/ClientboundPacketsb1_8.java | 2 +- .../beta/b1_8_0_1tor1_0_0_1/packet/ServerboundPacketsb1_8.java | 2 +- .../protocol/beta/b1_8_0_1tor1_0_0_1/rewriter/ItemRewriter.java | 2 +- .../beta/b1_8_0_1tor1_0_0_1/storage/PlayerAirTimeStorage.java | 2 +- .../beta/b1_8_0_1tor1_0_0_1/task/PlayerAirTimeUpdateTask.java | 2 +- .../protocol/beta/b1_8_0_1tor1_0_0_1/types/NbtLessItemType.java | 2 +- .../protocol/beta/b1_8_0_1tor1_0_0_1/types/Typesb1_8_0_1.java | 2 +- .../Protocolc0_0_15a_1Toc0_0_16a_02.java | 2 +- .../packet/ClientboundPacketsc0_15a.java | 2 +- .../packet/ServerboundPacketsc0_15a.java | 2 +- .../Protocolc0_0_16a_02Toc0_0_18a_02.java | 2 +- .../Protocolc0_0_18a_02Toc0_0_19a_06.java | 2 +- .../Protocolc0_0_19a_06Toc0_0_20a_27.java | 2 +- .../packet/ClientboundPacketsc0_19a.java | 2 +- .../packet/ServerboundPacketsc0_19a.java | 2 +- .../c0_0_20a_27toc0_28_30/Protocolc0_0_20a_27Toc0_28_30.java | 2 +- .../c0_0_20a_27toc0_28_30/packet/ClientboundPacketsc0_20a.java | 2 +- .../classic/c0_28_30toa1_0_15/Protocolc0_28_30Toa1_0_15.java | 2 +- .../protocol/classic/c0_28_30toa1_0_15/data/ClassicBlocks.java | 2 +- .../protocol/classic/c0_28_30toa1_0_15/data/Cp437String.java | 2 +- .../protocol/classic/c0_28_30toa1_0_15/model/ClassicLevel.java | 2 +- .../c0_28_30toa1_0_15/packet/ClientboundPacketsc0_28.java | 2 +- .../c0_28_30toa1_0_15/packet/ServerboundPacketsc0_28.java | 2 +- .../provider/ClassicCustomCommandProvider.java | 2 +- .../c0_28_30toa1_0_15/provider/ClassicMPPassProvider.java | 2 +- .../c0_28_30toa1_0_15/provider/ClassicWorldHeightProvider.java | 2 +- .../classic/c0_28_30toa1_0_15/storage/ClassicBlockRemapper.java | 2 +- .../classic/c0_28_30toa1_0_15/storage/ClassicLevelStorage.java | 2 +- .../c0_28_30toa1_0_15/storage/ClassicOpLevelStorage.java | 2 +- .../c0_28_30toa1_0_15/storage/ClassicPositionTracker.java | 2 +- .../c0_28_30toa1_0_15/storage/ClassicProgressStorage.java | 2 +- .../c0_28_30toa1_0_15/storage/ClassicServerTitleStorage.java | 2 +- .../c0_28_30toa1_0_15/task/ClassicLevelStorageTickTask.java | 2 +- .../classic/c0_28_30toa1_0_15/types/BlockPositionType.java | 2 +- .../protocol/classic/c0_28_30toa1_0_15/types/ByteArrayType.java | 2 +- .../protocol/classic/c0_28_30toa1_0_15/types/StringType.java | 2 +- .../protocol/classic/c0_28_30toa1_0_15/types/Typesc0_30.java | 2 +- .../classic/c0_30cpetoc0_28_30/Protocolc0_30cpeToc0_28_30.java | 2 +- .../c0_30cpetoc0_28_30/data/ClassicProtocolExtension.java | 2 +- .../classic/c0_30cpetoc0_28_30/data/ExtendedClassicBlocks.java | 2 +- .../c0_30cpetoc0_28_30/packet/ClientboundPacketsc0_30cpe.java | 2 +- .../c0_30cpetoc0_28_30/packet/ServerboundPacketsc0_30cpe.java | 2 +- .../c0_30cpetoc0_28_30/storage/ExtBlockPermissionsStorage.java | 2 +- .../storage/ExtensionProtocolMetadataStorage.java | 2 +- .../classic/c0_30cpetoc0_28_30/task/ClassicPingTask.java | 2 +- .../protocol/release/r1_0_0_1tor1_1/Protocolr1_0_0_1Tor1_1.java | 2 +- .../release/r1_0_0_1tor1_1/packet/ClientboundPackets1_0_0.java | 2 +- .../release/r1_0_0_1tor1_1/packet/ServerboundPackets1_0_0.java | 2 +- .../protocol/release/r1_0_0_1tor1_1/rewriter/ChatFilter.java | 2 +- .../protocol/release/r1_0_0_1tor1_1/rewriter/ItemRewriter.java | 2 +- .../protocol/release/r1_1tor1_2_1_3/Protocolr1_1Tor1_2_1_3.java | 2 +- .../release/r1_1tor1_2_1_3/biome/EndBiomeGenerator.java | 2 +- .../release/r1_1tor1_2_1_3/biome/IWorldChunkManager.java | 2 +- .../release/r1_1tor1_2_1_3/biome/NetherBiomeGenerator.java | 2 +- .../release/r1_1tor1_2_1_3/biome/PlainsBiomeGenerator.java | 2 +- .../release/r1_1tor1_2_1_3/biome/beta/NoiseGenerator2.java | 2 +- .../r1_1tor1_2_1_3/biome/beta/NoiseGeneratorOctaves2.java | 2 +- .../release/r1_1tor1_2_1_3/biome/beta/OldBiomeGenBase.java | 2 +- .../r1_1tor1_2_1_3/biome/beta/WorldChunkManager_b1_7.java | 2 +- .../release/r1_1tor1_2_1_3/biome/release/BiomeCache.java | 2 +- .../release/r1_1tor1_2_1_3/biome/release/BiomeCacheBlock.java | 2 +- .../protocol/release/r1_1tor1_2_1_3/biome/release/IntCache.java | 2 +- .../release/r1_1tor1_2_1_3/biome/release/IntCacheInstance.java | 2 +- .../release/r1_1tor1_2_1_3/biome/release/NewBiomeGenBase.java | 2 +- .../r1_1tor1_2_1_3/biome/release/WorldChunkManager_r1_1.java | 2 +- .../release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayer.java | 2 +- .../r1_1tor1_2_1_3/biome/release/genlayer/GenLayerDownfall.java | 2 +- .../biome/release/genlayer/GenLayerDownfallMix.java | 2 +- .../r1_1tor1_2_1_3/biome/release/genlayer/GenLayerHills.java | 2 +- .../biome/release/genlayer/GenLayerIsland_b1_8.java | 2 +- .../biome/release/genlayer/GenLayerIsland_r1_0.java | 2 +- .../biome/release/genlayer/GenLayerMushroomIsland.java | 2 +- .../r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiver.java | 2 +- .../biome/release/genlayer/GenLayerRiverInit.java | 2 +- .../r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiverMix.java | 2 +- .../biome/release/genlayer/GenLayerShore_r1_0.java | 2 +- .../biome/release/genlayer/GenLayerShore_r1_1.java | 2 +- .../r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSmooth.java | 2 +- .../biome/release/genlayer/GenLayerSmoothZoom.java | 2 +- .../r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSnow.java | 2 +- .../biome/release/genlayer/GenLayerSwampRivers.java | 2 +- .../biome/release/genlayer/GenLayerTemperature.java | 2 +- .../biome/release/genlayer/GenLayerTemperatureMix.java | 2 +- .../biome/release/genlayer/GenLayerVillageLandscape_b1_8.java | 2 +- .../biome/release/genlayer/GenLayerVillageLandscape_r1_0.java | 2 +- .../r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoom.java | 2 +- .../biome/release/genlayer/GenLayerZoomFuzzy.java | 2 +- .../biome/release/genlayer/GenLayerZoomVoronoi.java | 2 +- .../r1_1tor1_2_1_3/biome/release/genlayer/LayerIsland.java | 2 +- .../release/r1_1tor1_2_1_3/model/LegacyNibbleArray.java | 2 +- .../protocol/release/r1_1tor1_2_1_3/model/NonFullChunk.java | 2 +- .../release/r1_1tor1_2_1_3/model/PendingBlockEntry.java | 2 +- .../release/r1_1tor1_2_1_3/packet/ClientboundPackets1_1.java | 2 +- .../release/r1_1tor1_2_1_3/packet/ServerboundPackets1_1.java | 2 +- .../protocol/release/r1_1tor1_2_1_3/rewriter/ItemRewriter.java | 2 +- .../release/r1_1tor1_2_1_3/storage/PendingBlocksTracker.java | 2 +- .../protocol/release/r1_1tor1_2_1_3/storage/SeedStorage.java | 2 +- .../r1_1tor1_2_1_3/task/BlockReceiveInvalidatorTask.java | 2 +- .../r1_1tor1_2_1_3/types/BlockChangeRecordArrayType.java | 2 +- .../protocol/release/r1_1tor1_2_1_3/types/ChunkType.java | 2 +- .../protocol/release/r1_1tor1_2_1_3/types/Types1_1.java | 2 +- .../release/r1_2_1_3tor1_2_4_5/Protocolr1_2_1_3Tor1_2_4_5.java | 2 +- .../r1_2_1_3tor1_2_4_5/packet/ClientboundPackets1_2_1.java | 2 +- .../r1_2_1_3tor1_2_4_5/packet/ServerboundPackets1_2_1.java | 2 +- .../release/r1_2_1_3tor1_2_4_5/rewriter/ItemRewriter.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/Protocolr1_2_4_5Tor1_3_1_2.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/data/EntityList1_2_4.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/data/NbtItemList1_2_4.java | 2 +- .../protocol/release/r1_2_4_5tor1_3_1_2/data/sound/Sound.java | 2 +- .../r1_2_4_5tor1_3_1_2/data/sound/SoundRegistry1_2_4.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/data/sound/SoundType.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/model/AbstractTrackedEntity.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/model/ConfiguredSound.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/model/TrackedEntity.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/model/TrackedLivingEntity.java | 2 +- .../r1_2_4_5tor1_3_1_2/packet/ClientboundPackets1_2_4.java | 2 +- .../r1_2_4_5tor1_3_1_2/packet/ServerboundPackets1_2_4.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/provider/OldAuthProvider.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/rewriter/ItemRewriter.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/storage/ChestStateTracker.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/storage/EntityTracker.java | 2 +- .../release/r1_2_4_5tor1_3_1_2/task/EntityTrackerTickTask.java | 2 +- .../protocol/release/r1_2_4_5tor1_3_1_2/types/ChunkType.java | 2 +- .../protocol/release/r1_2_4_5tor1_3_1_2/types/ItemType.java | 2 +- .../protocol/release/r1_2_4_5tor1_3_1_2/types/Types1_2_4.java | 2 +- .../release/r1_3_1_2tor1_4_2/Protocolr1_3_1_2Tor1_4_2.java | 2 +- .../r1_3_1_2tor1_4_2/packet/ClientboundPackets1_3_1.java | 2 +- .../r1_3_1_2tor1_4_2/packet/ServerboundPackets1_3_1.java | 2 +- .../release/r1_3_1_2tor1_4_2/rewriter/ItemRewriter.java | 2 +- .../release/r1_3_1_2tor1_4_2/rewriter/SoundRewriter.java | 2 +- .../protocol/release/r1_3_1_2tor1_4_2/types/EntityDataType.java | 2 +- .../release/r1_3_1_2tor1_4_2/types/EntityDataTypes1_3_1.java | 2 +- .../release/r1_3_1_2tor1_4_2/types/NbtLessItemType.java | 2 +- .../protocol/release/r1_3_1_2tor1_4_2/types/Types1_3_1.java | 2 +- .../release/r1_4_2tor1_4_4_5/Protocolr1_4_2Tor1_4_4_5.java | 2 +- .../r1_4_2tor1_4_4_5/packet/ClientboundPackets1_4_2.java | 2 +- .../release/r1_4_2tor1_4_4_5/rewriter/ItemRewriter.java | 2 +- .../protocol/release/r1_4_2tor1_4_4_5/types/EntityDataType.java | 2 +- .../release/r1_4_2tor1_4_4_5/types/EntityDataTypes1_4_2.java | 2 +- .../release/r1_4_2tor1_4_4_5/types/NbtLessItemType.java | 2 +- .../protocol/release/r1_4_2tor1_4_4_5/types/Types1_4_2.java | 2 +- .../r1_4_2tor1_4_4_5/types/UnsignedByteByteArrayType.java | 2 +- .../release/r1_4_4_5tor1_4_6_7/Protocolr1_4_4_5Tor1_4_6_7.java | 2 +- .../r1_4_4_5tor1_4_6_7/packet/ClientboundPackets1_4_4.java | 2 +- .../release/r1_4_4_5tor1_4_6_7/rewriter/ItemRewriter.java | 2 +- .../release/r1_4_4_5tor1_4_6_7/types/BulkChunkType.java | 2 +- .../protocol/release/r1_4_4_5tor1_4_6_7/types/Types1_4_4.java | 2 +- .../release/r1_4_6_7tor1_5_0_1/Protocolr1_4_6_7Tor1_5_0_1.java | 2 +- .../r1_4_6_7tor1_5_0_1/packet/ClientboundPackets1_4_6.java | 2 +- .../release/r1_4_6_7tor1_5_0_1/rewriter/ItemRewriter.java | 2 +- .../release/r1_5_0_1tor1_5_2/Protocolr1_5_0_1Tor1_5_2.java | 2 +- .../protocol/release/r1_5_2tor1_6_1/Protocolr1_5_2Tor1_6_1.java | 2 +- .../release/r1_5_2tor1_6_1/data/EntityDataIndex1_5_2.java | 2 +- .../release/r1_5_2tor1_6_1/packet/ClientboundPackets1_5_2.java | 2 +- .../release/r1_5_2tor1_6_1/packet/ServerboundPackets1_5_2.java | 2 +- .../release/r1_5_2tor1_6_1/rewriter/EntityDataRewriter.java | 2 +- .../protocol/release/r1_5_2tor1_6_1/rewriter/ItemRewriter.java | 2 +- .../protocol/release/r1_5_2tor1_6_1/rewriter/SoundRewriter.java | 2 +- .../protocol/release/r1_5_2tor1_6_1/storage/AttachTracker.java | 2 +- .../protocol/release/r1_5_2tor1_6_1/storage/EntityTracker.java | 2 +- .../protocol/release/r1_6_1tor1_6_2/Protocolr1_6_1Tor1_6_2.java | 2 +- .../release/r1_6_1tor1_6_2/packet/ClientboundPackets1_6_1.java | 2 +- .../protocol/release/r1_6_2tor1_6_4/Protocolr1_6_2Tor1_6_4.java | 2 +- .../release/r1_6_4tor1_7_2_5/Protocolr1_6_4Tor1_7_2_5.java | 2 +- .../r1_6_4tor1_7_2_5/packet/ClientboundPackets1_6_4.java | 2 +- .../r1_6_4tor1_7_2_5/packet/ServerboundPackets1_6_4.java | 2 +- .../release/r1_6_4tor1_7_2_5/provider/EncryptionProvider.java | 2 +- .../release/r1_6_4tor1_7_2_5/rewriter/ItemRewriter.java | 2 +- .../release/r1_6_4tor1_7_2_5/rewriter/SoundRewriter.java | 2 +- .../release/r1_6_4tor1_7_2_5/rewriter/StatisticRewriter.java | 2 +- .../release/r1_6_4tor1_7_2_5/rewriter/TextRewriter.java | 2 +- .../protocol/release/r1_6_4tor1_7_2_5/storage/ChunkTracker.java | 2 +- .../release/r1_6_4tor1_7_2_5/storage/HandshakeStorage.java | 2 +- .../release/r1_6_4tor1_7_2_5/storage/PlayerInfoStorage.java | 2 +- .../r1_6_4tor1_7_2_5/storage/ProtocolMetadataStorage.java | 2 +- .../release/r1_6_4tor1_7_2_5/storage/StatisticsStorage.java | 2 +- .../protocol/release/r1_6_4tor1_7_2_5/types/EntityDataType.java | 2 +- .../release/r1_6_4tor1_7_2_5/types/EntityDataTypes1_6_4.java | 2 +- .../protocol/release/r1_6_4tor1_7_2_5/types/StringType.java | 2 +- .../protocol/release/r1_6_4tor1_7_2_5/types/Types1_6_4.java | 2 +- .../r1_7_2_5tor1_7_6_10/Protocolr1_7_2_5Tor1_7_6_10.java | 2 +- .../r1_7_2_5tor1_7_6_10/packet/ClientboundPackets1_7_2.java | 2 +- .../r1_7_2_5tor1_7_6_10/packet/ServerboundPackets1_7_2.java | 2 +- .../release/r1_7_2_5tor1_7_6_10/rewriter/TextRewriter.java | 2 +- .../release/r1_7_6_10tor1_8/Protocolr1_7_6_10Tor1_8.java | 2 +- .../release/r1_7_6_10tor1_8/data/EntityDataIndex1_7_6.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/data/Particle1_7_6.java | 2 +- .../release/r1_7_6_10tor1_8/model/ExtendedBlockStorage.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/model/GameProfile.java | 2 +- .../release/r1_7_6_10tor1_8/model/HologramPartEntity.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/model/MapData.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/model/MapIcon.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/model/TabListEntry.java | 2 +- .../release/r1_7_6_10tor1_8/provider/GameProfileFetcher.java | 2 +- .../release/r1_7_6_10tor1_8/rewriter/EntityDataRewriter.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/rewriter/ItemRewriter.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/rewriter/TextRewriter.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/storage/ChunkTracker.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/storage/EntityTracker.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/storage/MapStorage.java | 2 +- .../release/r1_7_6_10tor1_8/storage/TablistStorage.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/storage/WindowTracker.java | 2 +- .../r1_7_6_10tor1_8/types/BlockChangeRecordArrayType.java | 2 +- .../release/r1_7_6_10tor1_8/types/BlockPositionVarYType.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/types/BulkChunkType.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/types/ChunkType.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/types/EntityDataType.java | 2 +- .../release/r1_7_6_10tor1_8/types/EntityDataTypes1_7_6.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/types/IntArrayType.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/types/ItemArrayType.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/types/ItemType.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/types/NBTType.java | 2 +- .../protocol/release/r1_7_6_10tor1_8/types/Types1_7_6.java | 2 +- 309 files changed, 309 insertions(+), 309 deletions(-) diff --git a/src/main/java/net/raphimc/vialegacy/ViaLegacy.java b/src/main/java/net/raphimc/vialegacy/ViaLegacy.java index 93766c7..827523d 100644 --- a/src/main/java/net/raphimc/vialegacy/ViaLegacy.java +++ b/src/main/java/net/raphimc/vialegacy/ViaLegacy.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/ViaLegacyConfig.java b/src/main/java/net/raphimc/vialegacy/ViaLegacyConfig.java index c1a8fc0..3d0d179 100644 --- a/src/main/java/net/raphimc/vialegacy/ViaLegacyConfig.java +++ b/src/main/java/net/raphimc/vialegacy/ViaLegacyConfig.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/LegacyProtocolVersion.java b/src/main/java/net/raphimc/vialegacy/api/LegacyProtocolVersion.java index 12f1a58..8306740 100644 --- a/src/main/java/net/raphimc/vialegacy/api/LegacyProtocolVersion.java +++ b/src/main/java/net/raphimc/vialegacy/api/LegacyProtocolVersion.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/data/BlockList1_6.java b/src/main/java/net/raphimc/vialegacy/api/data/BlockList1_6.java index 1d0dbd9..71245a9 100644 --- a/src/main/java/net/raphimc/vialegacy/api/data/BlockList1_6.java +++ b/src/main/java/net/raphimc/vialegacy/api/data/BlockList1_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/data/ItemList1_6.java b/src/main/java/net/raphimc/vialegacy/api/data/ItemList1_6.java index 75cd1af..06a1472 100644 --- a/src/main/java/net/raphimc/vialegacy/api/data/ItemList1_6.java +++ b/src/main/java/net/raphimc/vialegacy/api/data/ItemList1_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/model/ChunkCoord.java b/src/main/java/net/raphimc/vialegacy/api/model/ChunkCoord.java index 0ac996e..b8c46c3 100644 --- a/src/main/java/net/raphimc/vialegacy/api/model/ChunkCoord.java +++ b/src/main/java/net/raphimc/vialegacy/api/model/ChunkCoord.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/model/Location.java b/src/main/java/net/raphimc/vialegacy/api/model/Location.java index e664b01..be13582 100644 --- a/src/main/java/net/raphimc/vialegacy/api/model/Location.java +++ b/src/main/java/net/raphimc/vialegacy/api/model/Location.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/protocol/StatelessProtocol.java b/src/main/java/net/raphimc/vialegacy/api/protocol/StatelessProtocol.java index dda1a61..c492c8b 100644 --- a/src/main/java/net/raphimc/vialegacy/api/protocol/StatelessProtocol.java +++ b/src/main/java/net/raphimc/vialegacy/api/protocol/StatelessProtocol.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/protocol/StatelessTransitionProtocol.java b/src/main/java/net/raphimc/vialegacy/api/protocol/StatelessTransitionProtocol.java index b25fdb1..d7765af 100644 --- a/src/main/java/net/raphimc/vialegacy/api/protocol/StatelessTransitionProtocol.java +++ b/src/main/java/net/raphimc/vialegacy/api/protocol/StatelessTransitionProtocol.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/remapper/AbstractBlockRemapper.java b/src/main/java/net/raphimc/vialegacy/api/remapper/AbstractBlockRemapper.java index 6451190..7e3d126 100644 --- a/src/main/java/net/raphimc/vialegacy/api/remapper/AbstractBlockRemapper.java +++ b/src/main/java/net/raphimc/vialegacy/api/remapper/AbstractBlockRemapper.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/remapper/AbstractChunkTracker.java b/src/main/java/net/raphimc/vialegacy/api/remapper/AbstractChunkTracker.java index 6669957..247976a 100644 --- a/src/main/java/net/raphimc/vialegacy/api/remapper/AbstractChunkTracker.java +++ b/src/main/java/net/raphimc/vialegacy/api/remapper/AbstractChunkTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/remapper/LegacyItemRewriter.java b/src/main/java/net/raphimc/vialegacy/api/remapper/LegacyItemRewriter.java index 9a6e00c..704048d 100644 --- a/src/main/java/net/raphimc/vialegacy/api/remapper/LegacyItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/api/remapper/LegacyItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettyPacketType.java b/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettyPacketType.java index 945f858..f49e766 100644 --- a/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettyPacketType.java +++ b/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettyPacketType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettySplitter.java b/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettySplitter.java index 197bf09..a2c5ec3 100644 --- a/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettySplitter.java +++ b/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettySplitter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettyTypes.java b/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettyTypes.java index 2e3e95b..416ba69 100644 --- a/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettyTypes.java +++ b/src/main/java/net/raphimc/vialegacy/api/splitter/PreNettyTypes.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/util/BlockFaceUtil.java b/src/main/java/net/raphimc/vialegacy/api/util/BlockFaceUtil.java index dcbe42d..8f9552e 100644 --- a/src/main/java/net/raphimc/vialegacy/api/util/BlockFaceUtil.java +++ b/src/main/java/net/raphimc/vialegacy/api/util/BlockFaceUtil.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/util/ChunkCoordSpiral.java b/src/main/java/net/raphimc/vialegacy/api/util/ChunkCoordSpiral.java index 820c9b0..b41d07e 100644 --- a/src/main/java/net/raphimc/vialegacy/api/util/ChunkCoordSpiral.java +++ b/src/main/java/net/raphimc/vialegacy/api/util/ChunkCoordSpiral.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/util/PacketUtil.java b/src/main/java/net/raphimc/vialegacy/api/util/PacketUtil.java index c856b3e..51a9d50 100644 --- a/src/main/java/net/raphimc/vialegacy/api/util/PacketUtil.java +++ b/src/main/java/net/raphimc/vialegacy/api/util/PacketUtil.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/api/util/UuidUtil.java b/src/main/java/net/raphimc/vialegacy/api/util/UuidUtil.java index e8b8d10..d75324f 100644 --- a/src/main/java/net/raphimc/vialegacy/api/util/UuidUtil.java +++ b/src/main/java/net/raphimc/vialegacy/api/util/UuidUtil.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthCodec.java b/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthCodec.java index 650dc4e..6bd68bd 100644 --- a/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthCodec.java +++ b/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthCodec.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthPrepender.java b/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthPrepender.java index cad40bc..e3b3c48 100644 --- a/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthPrepender.java +++ b/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthPrepender.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthRemover.java b/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthRemover.java index c1f4f0c..04db70b 100644 --- a/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthRemover.java +++ b/src/main/java/net/raphimc/vialegacy/netty/PreNettyLengthRemover.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/platform/ViaLegacyConfig.java b/src/main/java/net/raphimc/vialegacy/platform/ViaLegacyConfig.java index b35344e..ec84212 100644 --- a/src/main/java/net/raphimc/vialegacy/platform/ViaLegacyConfig.java +++ b/src/main/java/net/raphimc/vialegacy/platform/ViaLegacyConfig.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/platform/ViaLegacyPlatform.java b/src/main/java/net/raphimc/vialegacy/platform/ViaLegacyPlatform.java index 063be01..3d9163c 100644 --- a/src/main/java/net/raphimc/vialegacy/platform/ViaLegacyPlatform.java +++ b/src/main/java/net/raphimc/vialegacy/platform/ViaLegacyPlatform.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/Protocola1_0_15Toa1_0_16_2.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/Protocola1_0_15Toa1_0_16_2.java index 7c85c63..248f009 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/Protocola1_0_15Toa1_0_16_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/Protocola1_0_15Toa1_0_16_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ClientboundPacketsa1_0_15.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ClientboundPacketsa1_0_15.java index f14440e..29b3977 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ClientboundPacketsa1_0_15.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ClientboundPacketsa1_0_15.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ServerboundPacketsa1_0_15.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ServerboundPacketsa1_0_15.java index 54931d4..da24898 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ServerboundPacketsa1_0_15.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ServerboundPacketsa1_0_15.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/Protocola1_0_16_2Toa1_0_17_1_0_17_4.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/Protocola1_0_16_2Toa1_0_17_1_0_17_4.java index 1268ef5..91490fc 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/Protocola1_0_16_2Toa1_0_17_1_0_17_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/Protocola1_0_16_2Toa1_0_17_1_0_17_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/packet/ClientboundPacketsa1_0_16.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/packet/ClientboundPacketsa1_0_16.java index dade179..285f7dc 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/packet/ClientboundPacketsa1_0_16.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/packet/ClientboundPacketsa1_0_16.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/storage/TimeLockStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/storage/TimeLockStorage.java index 8641d62..a6049c0 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/storage/TimeLockStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/storage/TimeLockStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/task/TimeLockTask.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/task/TimeLockTask.java index 12724ee..48f0d4d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/task/TimeLockTask.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/task/TimeLockTask.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/Protocola1_0_17_1_0_17_4Toa1_1_0_1_1_2_1.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/Protocola1_0_17_1_0_17_4Toa1_1_0_1_1_2_1.java index 576c6bc..a3f0b2e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/Protocola1_0_17_1_0_17_4Toa1_1_0_1_1_2_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/Protocola1_0_17_1_0_17_4Toa1_1_0_1_1_2_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ClientboundPacketsa1_0_17.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ClientboundPacketsa1_0_17.java index 2c52888..2c7f1e9 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ClientboundPacketsa1_0_17.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ClientboundPacketsa1_0_17.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ServerboundPacketsa1_0_17.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ServerboundPacketsa1_0_17.java index e97a3df..0a347ed 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ServerboundPacketsa1_0_17.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ServerboundPacketsa1_0_17.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/Protocola1_1_0_1_1_2_1Toa1_2_0_1_2_1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/Protocola1_1_0_1_1_2_1Toa1_2_0_1_2_1_1.java index 93abd30..dd10909 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/Protocola1_1_0_1_1_2_1Toa1_2_0_1_2_1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/Protocola1_1_0_1_1_2_1Toa1_2_0_1_2_1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ClientboundPacketsa1_1_0.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ClientboundPacketsa1_1_0.java index 6159c36..50afd6b 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ClientboundPacketsa1_1_0.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ClientboundPacketsa1_1_0.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ServerboundPacketsa1_1_0.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ServerboundPacketsa1_1_0.java index 31a1fc4..e9507c9 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ServerboundPacketsa1_1_0.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ServerboundPacketsa1_1_0.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/Protocola1_2_0_1_2_1_1Toa1_2_2.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/Protocola1_2_0_1_2_1_1Toa1_2_2.java index 7c5626e..95f3f3b 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/Protocola1_2_0_1_2_1_1Toa1_2_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/Protocola1_2_0_1_2_1_1Toa1_2_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ClientboundPacketsa1_2_0.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ClientboundPacketsa1_2_0.java index 17a1cb1..68e63e6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ClientboundPacketsa1_2_0.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ClientboundPacketsa1_2_0.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ServerboundPacketsa1_2_0.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ServerboundPacketsa1_2_0.java index 362fe3a..1614a44 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ServerboundPacketsa1_2_0.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ServerboundPacketsa1_2_0.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/Protocola1_2_2Toa1_2_3_1_2_3_4.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/Protocola1_2_2Toa1_2_3_1_2_3_4.java index 5c0b03a..6353132 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/Protocola1_2_2Toa1_2_3_1_2_3_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/Protocola1_2_2Toa1_2_3_1_2_3_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ClientboundPacketsa1_2_2.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ClientboundPacketsa1_2_2.java index a06f46a..88dfa0b 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ClientboundPacketsa1_2_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ClientboundPacketsa1_2_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ServerboundPacketsa1_2_2.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ServerboundPacketsa1_2_2.java index 383d3d8..d685bb4 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ServerboundPacketsa1_2_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ServerboundPacketsa1_2_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/Protocola1_2_3_1_2_3_4Toa1_2_3_5_1_2_6.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/Protocola1_2_3_1_2_3_4Toa1_2_3_5_1_2_6.java index 1a6f991..61f01ed 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/Protocola1_2_3_1_2_3_4Toa1_2_3_5_1_2_6.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/Protocola1_2_3_1_2_3_4Toa1_2_3_5_1_2_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/packet/ClientboundPacketsa1_2_3.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/packet/ClientboundPacketsa1_2_3.java index d9bb934..abbf36c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/packet/ClientboundPacketsa1_2_3.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/packet/ClientboundPacketsa1_2_3.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/Protocola1_2_3_5_1_2_6Tob1_0_1_1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/Protocola1_2_3_5_1_2_6Tob1_0_1_1_1.java index 150527f..f8b1e36 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/Protocola1_2_3_5_1_2_6Tob1_0_1_1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/Protocola1_2_3_5_1_2_6Tob1_0_1_1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/AlphaItems.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/AlphaItems.java index 15c6adc..aaeecf4 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/AlphaItems.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/AlphaItems.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/CraftingManager.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/CraftingManager.java index 985298e..8f9b6ad 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/CraftingManager.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/data/CraftingManager.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/model/CraftingRecipe.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/model/CraftingRecipe.java index 421e9e7..dce2cc6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/model/CraftingRecipe.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/model/CraftingRecipe.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ClientboundPacketsa1_2_6.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ClientboundPacketsa1_2_6.java index 42740fd..8d93cfc 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ClientboundPacketsa1_2_6.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ClientboundPacketsa1_2_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ServerboundPacketsa1_2_6.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ServerboundPacketsa1_2_6.java index 56c8c93..ac7b4e5 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ServerboundPacketsa1_2_6.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ServerboundPacketsa1_2_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/AlphaInventoryProvider.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/AlphaInventoryProvider.java index da7f48d..5000fa7 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/AlphaInventoryProvider.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/AlphaInventoryProvider.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/NoOpAlphaInventoryProvider.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/NoOpAlphaInventoryProvider.java index 43e84e5..35d3b72 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/NoOpAlphaInventoryProvider.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/NoOpAlphaInventoryProvider.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/TrackingAlphaInventoryProvider.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/TrackingAlphaInventoryProvider.java index 4f3bc64..a7c79f6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/TrackingAlphaInventoryProvider.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/provider/TrackingAlphaInventoryProvider.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/storage/AlphaInventoryTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/storage/AlphaInventoryTracker.java index 8572197..22eaea2 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/storage/AlphaInventoryTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/storage/AlphaInventoryTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/storage/InventoryStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/storage/InventoryStorage.java index f84225a..b37fbf7 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/storage/InventoryStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/storage/InventoryStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/task/AlphaInventoryUpdateTask.java b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/task/AlphaInventoryUpdateTask.java index 1005f2e..cc78dfd 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/task/AlphaInventoryUpdateTask.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/task/AlphaInventoryUpdateTask.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_0_1_1tob1_1_2/Protocolb1_0_1_1Tob1_1_2.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_0_1_1tob1_1_2/Protocolb1_0_1_1Tob1_1_2.java index f22e225..d3f9697 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_0_1_1tob1_1_2/Protocolb1_0_1_1Tob1_1_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_0_1_1tob1_1_2/Protocolb1_0_1_1Tob1_1_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/Protocolb1_1_2Tob1_2_0_2.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/Protocolb1_1_2Tob1_2_0_2.java index 50580fd..e46e89f 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/Protocolb1_1_2Tob1_2_0_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/Protocolb1_1_2Tob1_2_0_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ClientboundPacketsb1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ClientboundPacketsb1_1.java index 2364f1d..5ff73c8 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ClientboundPacketsb1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ClientboundPacketsb1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ServerboundPacketsb1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ServerboundPacketsb1_1.java index d25ed69..583e415 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ServerboundPacketsb1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ServerboundPacketsb1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/rewriter/BlockDataRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/rewriter/BlockDataRewriter.java index 0b07f68..0028bf9 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/rewriter/BlockDataRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/rewriter/BlockDataRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/storage/EntityFlagStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/storage/EntityFlagStorage.java index a756c6a..29ee09d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/storage/EntityFlagStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/storage/EntityFlagStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/types/NbtLessItemType.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/types/NbtLessItemType.java index a40a93e..37c4c80 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/types/NbtLessItemType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/types/NbtLessItemType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/types/Typesb1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/types/Typesb1_1.java index 4b6bd67..e4e8cb5 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/types/Typesb1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/types/Typesb1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/Protocolb1_2_0_2Tob1_3_0_1.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/Protocolb1_2_0_2Tob1_3_0_1.java index a3fbeeb..542bee5 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/Protocolb1_2_0_2Tob1_3_0_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/Protocolb1_2_0_2Tob1_3_0_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/data/BlockHardnessList.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/data/BlockHardnessList.java index dddcbbb..a2eab31 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/data/BlockHardnessList.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/data/BlockHardnessList.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ClientboundPacketsb1_2.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ClientboundPacketsb1_2.java index 5d0f62d..1aafe29 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ClientboundPacketsb1_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ClientboundPacketsb1_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ServerboundPacketsb1_2.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ServerboundPacketsb1_2.java index 4ce2611..fee45d2 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ServerboundPacketsb1_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ServerboundPacketsb1_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/storage/BlockDigStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/storage/BlockDigStorage.java index d9c5857..007da94 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/storage/BlockDigStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/storage/BlockDigStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/task/BlockDigTickTask.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/task/BlockDigTickTask.java index 7c6d9b0..8dfeeff 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/task/BlockDigTickTask.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/task/BlockDigTickTask.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/EntityDataType.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/EntityDataType.java index 51fcdfb..6027455 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/EntityDataType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/EntityDataType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/EntityDataTypesb1_2.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/EntityDataTypesb1_2.java index 8d34e78..28c9291 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/EntityDataTypesb1_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/EntityDataTypesb1_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/Typesb1_2.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/Typesb1_2.java index e202ced..378b671 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/Typesb1_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/types/Typesb1_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/Protocolb1_3_0_1Tob1_4_0_1.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/Protocolb1_3_0_1Tob1_4_0_1.java index 34bd574..2777acf 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/Protocolb1_3_0_1Tob1_4_0_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/Protocolb1_3_0_1Tob1_4_0_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/packet/ClientboundPacketsb1_3.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/packet/ClientboundPacketsb1_3.java index 866ed87..76975ce 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/packet/ClientboundPacketsb1_3.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/packet/ClientboundPacketsb1_3.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/Protocolb1_4_0_1Tob1_5_0_2.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/Protocolb1_4_0_1Tob1_5_0_2.java index 5a853f6..17d98aa 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/Protocolb1_4_0_1Tob1_5_0_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/Protocolb1_4_0_1Tob1_5_0_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ClientboundPacketsb1_4.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ClientboundPacketsb1_4.java index 020badf..76c20e3 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ClientboundPacketsb1_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ClientboundPacketsb1_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ServerboundPacketsb1_4.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ServerboundPacketsb1_4.java index 6f32742..66f5378 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ServerboundPacketsb1_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ServerboundPacketsb1_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/EntityDataType.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/EntityDataType.java index 2d460ef..6b94972 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/EntityDataType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/EntityDataType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/EntityDataTypesb1_4.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/EntityDataTypesb1_4.java index bf4f74e..a15a30c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/EntityDataTypesb1_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/EntityDataTypesb1_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/Typesb1_4.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/Typesb1_4.java index c7f03be..3ddba76 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/Typesb1_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/types/Typesb1_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/Protocolb1_5_0_2Tob1_6_0_6.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/Protocolb1_5_0_2Tob1_6_0_6.java index 351fc86..4097b3c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/Protocolb1_5_0_2Tob1_6_0_6.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/Protocolb1_5_0_2Tob1_6_0_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ClientboundPacketsb1_5.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ClientboundPacketsb1_5.java index 75f84ae..3cf228a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ClientboundPacketsb1_5.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ClientboundPacketsb1_5.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ServerboundPacketsb1_5.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ServerboundPacketsb1_5.java index fccb6c5..f1505de 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ServerboundPacketsb1_5.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ServerboundPacketsb1_5.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/storage/WorldTimeStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/storage/WorldTimeStorage.java index 1899e9d..7da980b 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/storage/WorldTimeStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/storage/WorldTimeStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/task/TimeTrackTask.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/task/TimeTrackTask.java index e413fa1..eb3c54e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/task/TimeTrackTask.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/task/TimeTrackTask.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_6_0_6tob1_7_0_3/Protocolb1_6_0_6Tob1_7_0_3.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_6_0_6tob1_7_0_3/Protocolb1_6_0_6Tob1_7_0_3.java index 6f03044..1e44fa5 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_6_0_6tob1_7_0_3/Protocolb1_6_0_6Tob1_7_0_3.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_6_0_6tob1_7_0_3/Protocolb1_6_0_6Tob1_7_0_3.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/Protocolb1_7_0_3Tob1_8_0_1.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/Protocolb1_7_0_3Tob1_8_0_1.java index 3ef1042..d349fea 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/Protocolb1_7_0_3Tob1_8_0_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/Protocolb1_7_0_3Tob1_8_0_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ClientboundPacketsb1_7.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ClientboundPacketsb1_7.java index 59083ac..3d6ae5a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ClientboundPacketsb1_7.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ClientboundPacketsb1_7.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ServerboundPacketsb1_7.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ServerboundPacketsb1_7.java index 119bcb2..8230400 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ServerboundPacketsb1_7.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ServerboundPacketsb1_7.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerHealthTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerHealthTracker.java index 9038ce7..438f077 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerHealthTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerHealthTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerNameTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerNameTracker.java index ccbfba5..31844d6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerNameTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerNameTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/types/StringType.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/types/StringType.java index 0a386ec..d91dc01 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/types/StringType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/types/StringType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/types/Typesb1_7_0_3.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/types/Typesb1_7_0_3.java index b2b354d..88d6df1 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/types/Typesb1_7_0_3.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/types/Typesb1_7_0_3.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/Protocolb1_8_0_1tor1_0_0_1.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/Protocolb1_8_0_1tor1_0_0_1.java index e79ca5f..8eeb7dc 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/Protocolb1_8_0_1tor1_0_0_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/Protocolb1_8_0_1tor1_0_0_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ClientboundPacketsb1_8.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ClientboundPacketsb1_8.java index 5d0bc38..3feed6c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ClientboundPacketsb1_8.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ClientboundPacketsb1_8.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ServerboundPacketsb1_8.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ServerboundPacketsb1_8.java index dbb17be..a6f9110 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ServerboundPacketsb1_8.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ServerboundPacketsb1_8.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/rewriter/ItemRewriter.java index 2224442..27777fc 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/storage/PlayerAirTimeStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/storage/PlayerAirTimeStorage.java index e21225a..a93f994 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/storage/PlayerAirTimeStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/storage/PlayerAirTimeStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/task/PlayerAirTimeUpdateTask.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/task/PlayerAirTimeUpdateTask.java index 2cfab44..9472124 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/task/PlayerAirTimeUpdateTask.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/task/PlayerAirTimeUpdateTask.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/types/NbtLessItemType.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/types/NbtLessItemType.java index 036f13b..72b0cd6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/types/NbtLessItemType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/types/NbtLessItemType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/types/Typesb1_8_0_1.java b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/types/Typesb1_8_0_1.java index 14c4c73..adbe43e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/types/Typesb1_8_0_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/types/Typesb1_8_0_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/Protocolc0_0_15a_1Toc0_0_16a_02.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/Protocolc0_0_15a_1Toc0_0_16a_02.java index 871312a..4468e1c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/Protocolc0_0_15a_1Toc0_0_16a_02.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/Protocolc0_0_15a_1Toc0_0_16a_02.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ClientboundPacketsc0_15a.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ClientboundPacketsc0_15a.java index f2740f6..82d5f1e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ClientboundPacketsc0_15a.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ClientboundPacketsc0_15a.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ServerboundPacketsc0_15a.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ServerboundPacketsc0_15a.java index a27d354..ec61c7e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ServerboundPacketsc0_15a.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ServerboundPacketsc0_15a.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_16a_02toc0_0_18a_02/Protocolc0_0_16a_02Toc0_0_18a_02.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_16a_02toc0_0_18a_02/Protocolc0_0_16a_02Toc0_0_18a_02.java index 67926bd..b56ebf5 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_16a_02toc0_0_18a_02/Protocolc0_0_16a_02Toc0_0_18a_02.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_16a_02toc0_0_18a_02/Protocolc0_0_16a_02Toc0_0_18a_02.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_18a_02toc0_0_19a_06/Protocolc0_0_18a_02Toc0_0_19a_06.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_18a_02toc0_0_19a_06/Protocolc0_0_18a_02Toc0_0_19a_06.java index 3d5d55f..51e7f5e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_18a_02toc0_0_19a_06/Protocolc0_0_18a_02Toc0_0_19a_06.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_18a_02toc0_0_19a_06/Protocolc0_0_18a_02Toc0_0_19a_06.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/Protocolc0_0_19a_06Toc0_0_20a_27.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/Protocolc0_0_19a_06Toc0_0_20a_27.java index 060c770..8a511c1 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/Protocolc0_0_19a_06Toc0_0_20a_27.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/Protocolc0_0_19a_06Toc0_0_20a_27.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ClientboundPacketsc0_19a.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ClientboundPacketsc0_19a.java index 484a3ea..c500b13 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ClientboundPacketsc0_19a.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ClientboundPacketsc0_19a.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ServerboundPacketsc0_19a.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ServerboundPacketsc0_19a.java index 88e063f..a6a1ebe 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ServerboundPacketsc0_19a.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ServerboundPacketsc0_19a.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/Protocolc0_0_20a_27Toc0_28_30.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/Protocolc0_0_20a_27Toc0_28_30.java index c3bc498..e53af7c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/Protocolc0_0_20a_27Toc0_28_30.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/Protocolc0_0_20a_27Toc0_28_30.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/packet/ClientboundPacketsc0_20a.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/packet/ClientboundPacketsc0_20a.java index f5775ee..1e96402 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/packet/ClientboundPacketsc0_20a.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/packet/ClientboundPacketsc0_20a.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/Protocolc0_28_30Toa1_0_15.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/Protocolc0_28_30Toa1_0_15.java index f59167d..6592bf7 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/Protocolc0_28_30Toa1_0_15.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/Protocolc0_28_30Toa1_0_15.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/ClassicBlocks.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/ClassicBlocks.java index 34b90b3..0abc960 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/ClassicBlocks.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/ClassicBlocks.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/Cp437String.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/Cp437String.java index 52b57e0..c285ba8 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/Cp437String.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/Cp437String.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/model/ClassicLevel.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/model/ClassicLevel.java index f69a476..c9a0374 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/model/ClassicLevel.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/model/ClassicLevel.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ClientboundPacketsc0_28.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ClientboundPacketsc0_28.java index c7b70d9..726e95a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ClientboundPacketsc0_28.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ClientboundPacketsc0_28.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ServerboundPacketsc0_28.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ServerboundPacketsc0_28.java index d91bd52..10d2311 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ServerboundPacketsc0_28.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ServerboundPacketsc0_28.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicCustomCommandProvider.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicCustomCommandProvider.java index 24035e0..841ead9 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicCustomCommandProvider.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicCustomCommandProvider.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicMPPassProvider.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicMPPassProvider.java index 25151b0..074c7d6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicMPPassProvider.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicMPPassProvider.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicWorldHeightProvider.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicWorldHeightProvider.java index 63d72f2..b4c5e60 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicWorldHeightProvider.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/provider/ClassicWorldHeightProvider.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicBlockRemapper.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicBlockRemapper.java index d7d340a..140ce4e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicBlockRemapper.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicBlockRemapper.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicLevelStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicLevelStorage.java index ce1d4a0..a05733b 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicLevelStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicLevelStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicOpLevelStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicOpLevelStorage.java index 9bab893..bc57e83 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicOpLevelStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicOpLevelStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicPositionTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicPositionTracker.java index 0d73f53..b5bb3fb 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicPositionTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicPositionTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicProgressStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicProgressStorage.java index 6447007..9c886dc 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicProgressStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicProgressStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicServerTitleStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicServerTitleStorage.java index d9e3796..9ab402c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicServerTitleStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/storage/ClassicServerTitleStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/task/ClassicLevelStorageTickTask.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/task/ClassicLevelStorageTickTask.java index ec78548..afce3c0 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/task/ClassicLevelStorageTickTask.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/task/ClassicLevelStorageTickTask.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/BlockPositionType.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/BlockPositionType.java index 060c611..432644d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/BlockPositionType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/BlockPositionType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/ByteArrayType.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/ByteArrayType.java index a40cea7..39e1e42 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/ByteArrayType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/ByteArrayType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/StringType.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/StringType.java index fafbe71..261c683 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/StringType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/StringType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/Typesc0_30.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/Typesc0_30.java index 8708066..5d6d5a0 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/Typesc0_30.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/types/Typesc0_30.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/Protocolc0_30cpeToc0_28_30.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/Protocolc0_30cpeToc0_28_30.java index d647071..35d6f13 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/Protocolc0_30cpeToc0_28_30.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/Protocolc0_30cpeToc0_28_30.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ClassicProtocolExtension.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ClassicProtocolExtension.java index 570e169..5b0f0a3 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ClassicProtocolExtension.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ClassicProtocolExtension.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ExtendedClassicBlocks.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ExtendedClassicBlocks.java index 3a308e2..abcfa24 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ExtendedClassicBlocks.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ExtendedClassicBlocks.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ClientboundPacketsc0_30cpe.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ClientboundPacketsc0_30cpe.java index 9a3467a..ceea080 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ClientboundPacketsc0_30cpe.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ClientboundPacketsc0_30cpe.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ServerboundPacketsc0_30cpe.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ServerboundPacketsc0_30cpe.java index 64939ae..41af870 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ServerboundPacketsc0_30cpe.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ServerboundPacketsc0_30cpe.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/storage/ExtBlockPermissionsStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/storage/ExtBlockPermissionsStorage.java index 513d1fd..e5c87ee 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/storage/ExtBlockPermissionsStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/storage/ExtBlockPermissionsStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/storage/ExtensionProtocolMetadataStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/storage/ExtensionProtocolMetadataStorage.java index 3eb4c39..63b16aa 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/storage/ExtensionProtocolMetadataStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/storage/ExtensionProtocolMetadataStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/task/ClassicPingTask.java b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/task/ClassicPingTask.java index 663ede1..807f525 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/task/ClassicPingTask.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/task/ClassicPingTask.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/Protocolr1_0_0_1Tor1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/Protocolr1_0_0_1Tor1_1.java index 076e219..06491a4 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/Protocolr1_0_0_1Tor1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/Protocolr1_0_0_1Tor1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ClientboundPackets1_0_0.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ClientboundPackets1_0_0.java index 8266115..9685436 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ClientboundPackets1_0_0.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ClientboundPackets1_0_0.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ServerboundPackets1_0_0.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ServerboundPackets1_0_0.java index 8415001..1d46185 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ServerboundPackets1_0_0.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ServerboundPackets1_0_0.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/rewriter/ChatFilter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/rewriter/ChatFilter.java index 8948bd0..23b888f 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/rewriter/ChatFilter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/rewriter/ChatFilter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/rewriter/ItemRewriter.java index 5327439..1d6fe1a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/Protocolr1_1Tor1_2_1_3.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/Protocolr1_1Tor1_2_1_3.java index ead141e..aa593ff 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/Protocolr1_1Tor1_2_1_3.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/Protocolr1_1Tor1_2_1_3.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/EndBiomeGenerator.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/EndBiomeGenerator.java index 4dbeda6..b2fa37d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/EndBiomeGenerator.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/EndBiomeGenerator.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/IWorldChunkManager.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/IWorldChunkManager.java index 296c866..13f057e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/IWorldChunkManager.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/IWorldChunkManager.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/NetherBiomeGenerator.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/NetherBiomeGenerator.java index ad3e94f..138b515 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/NetherBiomeGenerator.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/NetherBiomeGenerator.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/PlainsBiomeGenerator.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/PlainsBiomeGenerator.java index fefb9d6..741523f 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/PlainsBiomeGenerator.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/PlainsBiomeGenerator.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/NoiseGenerator2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/NoiseGenerator2.java index 59b3363..1386110 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/NoiseGenerator2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/NoiseGenerator2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/NoiseGeneratorOctaves2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/NoiseGeneratorOctaves2.java index 863232d..2ad314c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/NoiseGeneratorOctaves2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/NoiseGeneratorOctaves2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/OldBiomeGenBase.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/OldBiomeGenBase.java index 7cbc21d..cafa9b5 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/OldBiomeGenBase.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/OldBiomeGenBase.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/WorldChunkManager_b1_7.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/WorldChunkManager_b1_7.java index d56376f..3a336aa 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/WorldChunkManager_b1_7.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/beta/WorldChunkManager_b1_7.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/BiomeCache.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/BiomeCache.java index cb02851..9d22c07 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/BiomeCache.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/BiomeCache.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/BiomeCacheBlock.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/BiomeCacheBlock.java index fa999ee..1f9d1d6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/BiomeCacheBlock.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/BiomeCacheBlock.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/IntCache.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/IntCache.java index 8b32b66..1653c33 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/IntCache.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/IntCache.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/IntCacheInstance.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/IntCacheInstance.java index f802f48..bba0258 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/IntCacheInstance.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/IntCacheInstance.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/NewBiomeGenBase.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/NewBiomeGenBase.java index 5d479f7..9a04cdb 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/NewBiomeGenBase.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/NewBiomeGenBase.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/WorldChunkManager_r1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/WorldChunkManager_r1_1.java index f86dd3c..e66dae4 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/WorldChunkManager_r1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/WorldChunkManager_r1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayer.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayer.java index 3c54550..88a3fa4 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayer.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayer.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerDownfall.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerDownfall.java index b26f57e..288b4ca 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerDownfall.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerDownfall.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerDownfallMix.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerDownfallMix.java index 6ff5431..0ddd176 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerDownfallMix.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerDownfallMix.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerHills.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerHills.java index 2538566..fc65cfb 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerHills.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerHills.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerIsland_b1_8.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerIsland_b1_8.java index 1b1eab5..f51ccde 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerIsland_b1_8.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerIsland_b1_8.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerIsland_r1_0.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerIsland_r1_0.java index 4ba77bc..db745d0 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerIsland_r1_0.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerIsland_r1_0.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerMushroomIsland.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerMushroomIsland.java index 32826ca..b118ade 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerMushroomIsland.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerMushroomIsland.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiver.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiver.java index 9cf53d6..b051ec2 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiver.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiver.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiverInit.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiverInit.java index 2a9db49..934f856 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiverInit.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiverInit.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiverMix.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiverMix.java index 32fae5d..df71019 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiverMix.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerRiverMix.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerShore_r1_0.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerShore_r1_0.java index 7ab0bbc..e46dad6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerShore_r1_0.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerShore_r1_0.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerShore_r1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerShore_r1_1.java index bd32a7c..b612f99 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerShore_r1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerShore_r1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSmooth.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSmooth.java index e7a1aef..29a97a4 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSmooth.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSmooth.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSmoothZoom.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSmoothZoom.java index 2ca9779..cf07433 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSmoothZoom.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSmoothZoom.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSnow.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSnow.java index 2000d5e..93f425d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSnow.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSnow.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSwampRivers.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSwampRivers.java index 0ff0724..59cfe09 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSwampRivers.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerSwampRivers.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerTemperature.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerTemperature.java index 66e08fc..66bd648 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerTemperature.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerTemperature.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerTemperatureMix.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerTemperatureMix.java index cdfed92..e469c30 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerTemperatureMix.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerTemperatureMix.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerVillageLandscape_b1_8.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerVillageLandscape_b1_8.java index 4daa67e..cacdf68 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerVillageLandscape_b1_8.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerVillageLandscape_b1_8.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerVillageLandscape_r1_0.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerVillageLandscape_r1_0.java index c114a74..5e5d8c4 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerVillageLandscape_r1_0.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerVillageLandscape_r1_0.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoom.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoom.java index 3fdc21f..f0468e7 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoom.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoom.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoomFuzzy.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoomFuzzy.java index 6d8ee75..d96dbcc 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoomFuzzy.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoomFuzzy.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoomVoronoi.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoomVoronoi.java index 12e4204..9e7f7a7 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoomVoronoi.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/GenLayerZoomVoronoi.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/LayerIsland.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/LayerIsland.java index e8cb3a8..c7d6e9b 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/LayerIsland.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/biome/release/genlayer/LayerIsland.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/LegacyNibbleArray.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/LegacyNibbleArray.java index 5e43b0e..07ed2a2 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/LegacyNibbleArray.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/LegacyNibbleArray.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/NonFullChunk.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/NonFullChunk.java index c5d9484..ee7c87e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/NonFullChunk.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/NonFullChunk.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/PendingBlockEntry.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/PendingBlockEntry.java index 4e0354c..aaa21f2 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/PendingBlockEntry.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/model/PendingBlockEntry.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ClientboundPackets1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ClientboundPackets1_1.java index 47678d4..3b5bf72 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ClientboundPackets1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ClientboundPackets1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ServerboundPackets1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ServerboundPackets1_1.java index 9fecd71..5776bd0 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ServerboundPackets1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ServerboundPackets1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/rewriter/ItemRewriter.java index 5e956df..0fb1079 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/storage/PendingBlocksTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/storage/PendingBlocksTracker.java index 86b195c..14e9394 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/storage/PendingBlocksTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/storage/PendingBlocksTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/storage/SeedStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/storage/SeedStorage.java index a9a72b9..d1444ec 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/storage/SeedStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/storage/SeedStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/task/BlockReceiveInvalidatorTask.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/task/BlockReceiveInvalidatorTask.java index 1d9116e..b1dc753 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/task/BlockReceiveInvalidatorTask.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/task/BlockReceiveInvalidatorTask.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/BlockChangeRecordArrayType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/BlockChangeRecordArrayType.java index 1274573..a7f5156 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/BlockChangeRecordArrayType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/BlockChangeRecordArrayType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/ChunkType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/ChunkType.java index 34db344..281ff09 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/ChunkType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/ChunkType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/Types1_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/Types1_1.java index 13d46ec..4b2470f 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/Types1_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/types/Types1_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/Protocolr1_2_1_3Tor1_2_4_5.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/Protocolr1_2_1_3Tor1_2_4_5.java index 1043a03..3d52cc4 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/Protocolr1_2_1_3Tor1_2_4_5.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/Protocolr1_2_1_3Tor1_2_4_5.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ClientboundPackets1_2_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ClientboundPackets1_2_1.java index f1a7b04..95b4ff2 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ClientboundPackets1_2_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ClientboundPackets1_2_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ServerboundPackets1_2_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ServerboundPackets1_2_1.java index 4f18ed5..4b04d3e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ServerboundPackets1_2_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ServerboundPackets1_2_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/rewriter/ItemRewriter.java index 85116d0..4444fcb 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/Protocolr1_2_4_5Tor1_3_1_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/Protocolr1_2_4_5Tor1_3_1_2.java index 61c446b..aa78a96 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/Protocolr1_2_4_5Tor1_3_1_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/Protocolr1_2_4_5Tor1_3_1_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/EntityList1_2_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/EntityList1_2_4.java index 052dec7..761d35e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/EntityList1_2_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/EntityList1_2_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/NbtItemList1_2_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/NbtItemList1_2_4.java index 5bcd908..de44b72 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/NbtItemList1_2_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/NbtItemList1_2_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/Sound.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/Sound.java index eaba462..f9b6cd0 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/Sound.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/Sound.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/SoundRegistry1_2_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/SoundRegistry1_2_4.java index c722878..ede9766 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/SoundRegistry1_2_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/SoundRegistry1_2_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/SoundType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/SoundType.java index ed10243..5d1561d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/SoundType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/data/sound/SoundType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/AbstractTrackedEntity.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/AbstractTrackedEntity.java index b19070b..286bb98 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/AbstractTrackedEntity.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/AbstractTrackedEntity.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/ConfiguredSound.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/ConfiguredSound.java index 265234d..a355c24 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/ConfiguredSound.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/ConfiguredSound.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/TrackedEntity.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/TrackedEntity.java index db1a3a0..69d639a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/TrackedEntity.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/TrackedEntity.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/TrackedLivingEntity.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/TrackedLivingEntity.java index 5765fdd..e40a821 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/TrackedLivingEntity.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/model/TrackedLivingEntity.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ClientboundPackets1_2_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ClientboundPackets1_2_4.java index 2419f3b..62d2346 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ClientboundPackets1_2_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ClientboundPackets1_2_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ServerboundPackets1_2_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ServerboundPackets1_2_4.java index 7053ee0..aef14c6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ServerboundPackets1_2_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ServerboundPackets1_2_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/provider/OldAuthProvider.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/provider/OldAuthProvider.java index ed26b45..5de877d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/provider/OldAuthProvider.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/provider/OldAuthProvider.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/rewriter/ItemRewriter.java index 772ea46..b2986bb 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/storage/ChestStateTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/storage/ChestStateTracker.java index 4ea114f..8802cf0 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/storage/ChestStateTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/storage/ChestStateTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/storage/EntityTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/storage/EntityTracker.java index f3041b7..159e339 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/storage/EntityTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/storage/EntityTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/task/EntityTrackerTickTask.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/task/EntityTrackerTickTask.java index cb59c4e..1d2aff7 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/task/EntityTrackerTickTask.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/task/EntityTrackerTickTask.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/ChunkType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/ChunkType.java index 9cd00a9..1f189e8 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/ChunkType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/ChunkType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/ItemType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/ItemType.java index 4a6c648..e74109e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/ItemType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/ItemType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/Types1_2_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/Types1_2_4.java index f0b32f9..edb44bc 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/Types1_2_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/types/Types1_2_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/Protocolr1_3_1_2Tor1_4_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/Protocolr1_3_1_2Tor1_4_2.java index ab65cc7..a797623 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/Protocolr1_3_1_2Tor1_4_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/Protocolr1_3_1_2Tor1_4_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ClientboundPackets1_3_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ClientboundPackets1_3_1.java index 97d74e8..67c1b59 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ClientboundPackets1_3_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ClientboundPackets1_3_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ServerboundPackets1_3_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ServerboundPackets1_3_1.java index 67b2b5a..8483a75 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ServerboundPackets1_3_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ServerboundPackets1_3_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/rewriter/ItemRewriter.java index 78f3527..bb0d52c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/rewriter/SoundRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/rewriter/SoundRewriter.java index 702f00c..fdc2c9e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/rewriter/SoundRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/rewriter/SoundRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/EntityDataType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/EntityDataType.java index 3fac387..8914532 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/EntityDataType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/EntityDataType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/EntityDataTypes1_3_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/EntityDataTypes1_3_1.java index e2692d5..80107c3 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/EntityDataTypes1_3_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/EntityDataTypes1_3_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/NbtLessItemType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/NbtLessItemType.java index 8e87248..77e16ad 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/NbtLessItemType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/NbtLessItemType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/Types1_3_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/Types1_3_1.java index 0c1c837..5467041 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/Types1_3_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/types/Types1_3_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/Protocolr1_4_2Tor1_4_4_5.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/Protocolr1_4_2Tor1_4_4_5.java index 4401a23..f819d1c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/Protocolr1_4_2Tor1_4_4_5.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/Protocolr1_4_2Tor1_4_4_5.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/packet/ClientboundPackets1_4_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/packet/ClientboundPackets1_4_2.java index 8b1ddc7..384a0ce 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/packet/ClientboundPackets1_4_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/packet/ClientboundPackets1_4_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/rewriter/ItemRewriter.java index 8a92560..d4030a1 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/EntityDataType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/EntityDataType.java index ad8bad5..64ab211 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/EntityDataType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/EntityDataType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/EntityDataTypes1_4_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/EntityDataTypes1_4_2.java index 3a846c7..ba692d6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/EntityDataTypes1_4_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/EntityDataTypes1_4_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/NbtLessItemType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/NbtLessItemType.java index 9529b30..e92b946 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/NbtLessItemType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/NbtLessItemType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/Types1_4_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/Types1_4_2.java index 759b5e2..3d59d6c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/Types1_4_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/Types1_4_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/UnsignedByteByteArrayType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/UnsignedByteByteArrayType.java index 06596fa..317d412 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/UnsignedByteByteArrayType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/types/UnsignedByteByteArrayType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/Protocolr1_4_4_5Tor1_4_6_7.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/Protocolr1_4_4_5Tor1_4_6_7.java index fd5e581..461945b 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/Protocolr1_4_4_5Tor1_4_6_7.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/Protocolr1_4_4_5Tor1_4_6_7.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/packet/ClientboundPackets1_4_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/packet/ClientboundPackets1_4_4.java index eb1b353..13bb47f 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/packet/ClientboundPackets1_4_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/packet/ClientboundPackets1_4_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/rewriter/ItemRewriter.java index f2d2aff..d1e296d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/types/BulkChunkType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/types/BulkChunkType.java index 0f00cb2..9f54467 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/types/BulkChunkType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/types/BulkChunkType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/types/Types1_4_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/types/Types1_4_4.java index db5c5a7..d40456c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/types/Types1_4_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/types/Types1_4_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/Protocolr1_4_6_7Tor1_5_0_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/Protocolr1_4_6_7Tor1_5_0_1.java index 7722f2d..bd115ad 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/Protocolr1_4_6_7Tor1_5_0_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/Protocolr1_4_6_7Tor1_5_0_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/packet/ClientboundPackets1_4_6.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/packet/ClientboundPackets1_4_6.java index 617a833..ed7bd73 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/packet/ClientboundPackets1_4_6.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/packet/ClientboundPackets1_4_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/rewriter/ItemRewriter.java index 07bfc2c..147ac4e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_0_1tor1_5_2/Protocolr1_5_0_1Tor1_5_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_0_1tor1_5_2/Protocolr1_5_0_1Tor1_5_2.java index c542478..a46e230 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_0_1tor1_5_2/Protocolr1_5_0_1Tor1_5_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_0_1tor1_5_2/Protocolr1_5_0_1Tor1_5_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/Protocolr1_5_2Tor1_6_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/Protocolr1_5_2Tor1_6_1.java index d0be694..8f27c27 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/Protocolr1_5_2Tor1_6_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/Protocolr1_5_2Tor1_6_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/data/EntityDataIndex1_5_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/data/EntityDataIndex1_5_2.java index 04efe7f..7d6fee5 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/data/EntityDataIndex1_5_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/data/EntityDataIndex1_5_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ClientboundPackets1_5_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ClientboundPackets1_5_2.java index d1eca4e..ecf6eab 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ClientboundPackets1_5_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ClientboundPackets1_5_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ServerboundPackets1_5_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ServerboundPackets1_5_2.java index a70fe16..38c12eb 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ServerboundPackets1_5_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ServerboundPackets1_5_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/EntityDataRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/EntityDataRewriter.java index 7eb1049..c9579cc 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/EntityDataRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/EntityDataRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/ItemRewriter.java index 2ab186e..fdf8593 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/SoundRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/SoundRewriter.java index 6701099..2147c32 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/SoundRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/rewriter/SoundRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/storage/AttachTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/storage/AttachTracker.java index 4fb6784..35046fa 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/storage/AttachTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/storage/AttachTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/storage/EntityTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/storage/EntityTracker.java index 74b7eb6..274234e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/storage/EntityTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/storage/EntityTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/Protocolr1_6_1Tor1_6_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/Protocolr1_6_1Tor1_6_2.java index 6a6329f..edc7c1a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/Protocolr1_6_1Tor1_6_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/Protocolr1_6_1Tor1_6_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/packet/ClientboundPackets1_6_1.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/packet/ClientboundPackets1_6_1.java index 28c6c03..c799d13 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/packet/ClientboundPackets1_6_1.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/packet/ClientboundPackets1_6_1.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_2tor1_6_4/Protocolr1_6_2Tor1_6_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_2tor1_6_4/Protocolr1_6_2Tor1_6_4.java index 7a46a82..dd85b5a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_2tor1_6_4/Protocolr1_6_2Tor1_6_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_2tor1_6_4/Protocolr1_6_2Tor1_6_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/Protocolr1_6_4Tor1_7_2_5.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/Protocolr1_6_4Tor1_7_2_5.java index 325b81e..d24a56d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/Protocolr1_6_4Tor1_7_2_5.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/Protocolr1_6_4Tor1_7_2_5.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ClientboundPackets1_6_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ClientboundPackets1_6_4.java index 26add7b..e290205 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ClientboundPackets1_6_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ClientboundPackets1_6_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ServerboundPackets1_6_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ServerboundPackets1_6_4.java index f98dcc2..9fc630c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ServerboundPackets1_6_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ServerboundPackets1_6_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/provider/EncryptionProvider.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/provider/EncryptionProvider.java index 19c5897..03779ac 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/provider/EncryptionProvider.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/provider/EncryptionProvider.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/ItemRewriter.java index 8d03230..0e0bb7a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/SoundRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/SoundRewriter.java index f55a545..6683a05 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/SoundRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/SoundRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/StatisticRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/StatisticRewriter.java index 6e3449b..e47bb3f 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/StatisticRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/StatisticRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/TextRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/TextRewriter.java index 6b40ee6..2123818 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/TextRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/rewriter/TextRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/ChunkTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/ChunkTracker.java index dcc6066..069f41d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/ChunkTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/ChunkTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/HandshakeStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/HandshakeStorage.java index 362ddd7..36fc796 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/HandshakeStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/HandshakeStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/PlayerInfoStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/PlayerInfoStorage.java index c5bdb14..1bf3b5c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/PlayerInfoStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/PlayerInfoStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/ProtocolMetadataStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/ProtocolMetadataStorage.java index c7fdbb0..2d8b9d0 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/ProtocolMetadataStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/ProtocolMetadataStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/StatisticsStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/StatisticsStorage.java index 02359e3..1fb70ba 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/StatisticsStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/StatisticsStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/EntityDataType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/EntityDataType.java index 6e68728..476172f 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/EntityDataType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/EntityDataType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/EntityDataTypes1_6_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/EntityDataTypes1_6_4.java index d3aeecd..d3fc84d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/EntityDataTypes1_6_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/EntityDataTypes1_6_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/StringType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/StringType.java index 4ea22ef..be98015 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/StringType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/StringType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/Types1_6_4.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/Types1_6_4.java index 00ae02b..b9d7da0 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/Types1_6_4.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/types/Types1_6_4.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/Protocolr1_7_2_5Tor1_7_6_10.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/Protocolr1_7_2_5Tor1_7_6_10.java index 4ee1f3e..fb218a7 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/Protocolr1_7_2_5Tor1_7_6_10.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/Protocolr1_7_2_5Tor1_7_6_10.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ClientboundPackets1_7_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ClientboundPackets1_7_2.java index c6c3749..e9113b1 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ClientboundPackets1_7_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ClientboundPackets1_7_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ServerboundPackets1_7_2.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ServerboundPackets1_7_2.java index 5db296f..2d0a218 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ServerboundPackets1_7_2.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ServerboundPackets1_7_2.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/rewriter/TextRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/rewriter/TextRewriter.java index ad8569f..45bed7a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/rewriter/TextRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/rewriter/TextRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/Protocolr1_7_6_10Tor1_8.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/Protocolr1_7_6_10Tor1_8.java index d9e46d9..658dd98 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/Protocolr1_7_6_10Tor1_8.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/Protocolr1_7_6_10Tor1_8.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/data/EntityDataIndex1_7_6.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/data/EntityDataIndex1_7_6.java index 0bf33b0..6b91995 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/data/EntityDataIndex1_7_6.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/data/EntityDataIndex1_7_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/data/Particle1_7_6.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/data/Particle1_7_6.java index 6d94644..58c711e 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/data/Particle1_7_6.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/data/Particle1_7_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/ExtendedBlockStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/ExtendedBlockStorage.java index cf4bb11..391d65b 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/ExtendedBlockStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/ExtendedBlockStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/GameProfile.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/GameProfile.java index e5d7122..f2a4425 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/GameProfile.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/GameProfile.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/HologramPartEntity.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/HologramPartEntity.java index f571f49..9eb5f31 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/HologramPartEntity.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/HologramPartEntity.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/MapData.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/MapData.java index 8993cc5..d1ee2b3 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/MapData.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/MapData.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/MapIcon.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/MapIcon.java index 702682b..ec466dd 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/MapIcon.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/MapIcon.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/TabListEntry.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/TabListEntry.java index a756605..9f8af23 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/TabListEntry.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/model/TabListEntry.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/provider/GameProfileFetcher.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/provider/GameProfileFetcher.java index 2e45470..22b57f6 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/provider/GameProfileFetcher.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/provider/GameProfileFetcher.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/EntityDataRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/EntityDataRewriter.java index e4f9c98..f12626b 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/EntityDataRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/EntityDataRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/ItemRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/ItemRewriter.java index 8f17189..17aea9d 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/ItemRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/ItemRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/TextRewriter.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/TextRewriter.java index 9a1bd9b..89824a3 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/TextRewriter.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/rewriter/TextRewriter.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/ChunkTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/ChunkTracker.java index 8231b75..ef4b8c1 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/ChunkTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/ChunkTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/EntityTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/EntityTracker.java index 47c994b..3a2df96 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/EntityTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/EntityTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/MapStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/MapStorage.java index f5520db..6824a70 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/MapStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/MapStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/TablistStorage.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/TablistStorage.java index 1100ac9..0d84c54 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/TablistStorage.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/TablistStorage.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/WindowTracker.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/WindowTracker.java index 97138c1..0867509 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/WindowTracker.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/WindowTracker.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BlockChangeRecordArrayType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BlockChangeRecordArrayType.java index fa8b37a..225de9c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BlockChangeRecordArrayType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BlockChangeRecordArrayType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BlockPositionVarYType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BlockPositionVarYType.java index 3e5a388..403c55c 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BlockPositionVarYType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BlockPositionVarYType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BulkChunkType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BulkChunkType.java index 0b66dbf..867e749 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BulkChunkType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/BulkChunkType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ChunkType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ChunkType.java index f5c0205..7b03454 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ChunkType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ChunkType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/EntityDataType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/EntityDataType.java index 9fb66b4..576cab7 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/EntityDataType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/EntityDataType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/EntityDataTypes1_7_6.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/EntityDataTypes1_7_6.java index 162be1f..cc92d51 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/EntityDataTypes1_7_6.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/EntityDataTypes1_7_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/IntArrayType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/IntArrayType.java index b3cf41d..88d844a 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/IntArrayType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/IntArrayType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ItemArrayType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ItemArrayType.java index f177ba8..b04e0bb 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ItemArrayType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ItemArrayType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ItemType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ItemType.java index 0ffaa3a..55ee134 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ItemType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/ItemType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/NBTType.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/NBTType.java index 382b91e..c5f8a42 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/NBTType.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/NBTType.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/Types1_7_6.java b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/Types1_7_6.java index ca27273..2455f68 100644 --- a/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/Types1_7_6.java +++ b/src/main/java/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/types/Types1_7_6.java @@ -1,6 +1,6 @@ /* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy - * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors + * Copyright (C) 2020-2025 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by