mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
2155 lines
49 KiB
CMake
2155 lines
49 KiB
CMake
set(_SOURCES_ROOT
|
|
"EntityDiagram.cd"
|
|
)
|
|
source_group("" FILES ${_SOURCES_ROOT})
|
|
|
|
set(_SOURCES_CONSOLEHELPERS
|
|
"ArrayWithLength.h"
|
|
"C4JThread.cpp"
|
|
"C4JThread.h"
|
|
"Definitions.h"
|
|
"HashExtension.h"
|
|
"PerformanceTimer.cpp"
|
|
"PerformanceTimer.h"
|
|
"StringHelpers.cpp"
|
|
"StringHelpers.h"
|
|
"ThreadName.cpp"
|
|
"ThreadName.h"
|
|
)
|
|
source_group("ConsoleHelpers" FILES ${_SOURCES_CONSOLEHELPERS})
|
|
|
|
set(_SOURCES_CONSOLEHELPERS_CONSOLESAVEFILEIO
|
|
"ConsoleSaveFile.h"
|
|
"ConsoleSaveFileConverter.cpp"
|
|
"ConsoleSaveFileConverter.h"
|
|
"ConsoleSaveFileIO.h"
|
|
"ConsoleSaveFileInputStream.cpp"
|
|
"ConsoleSaveFileInputStream.h"
|
|
"ConsoleSaveFileOriginal.cpp"
|
|
"ConsoleSaveFileOriginal.h"
|
|
"ConsoleSaveFileOutputStream.cpp"
|
|
"ConsoleSaveFileOutputStream.h"
|
|
"ConsoleSavePath.h"
|
|
"FileHeader.cpp"
|
|
"FileHeader.h"
|
|
)
|
|
source_group("ConsoleHelpers/ConsoleSaveFileIO" FILES ${_SOURCES_CONSOLEHELPERS_CONSOLESAVEFILEIO})
|
|
|
|
set(_SOURCES_CONSOLEJAVALIBS
|
|
"Arrays.h"
|
|
"BasicTypeContainers.cpp"
|
|
"BasicTypeContainers.h"
|
|
"Buffer.cpp"
|
|
"Buffer.h"
|
|
"ByteBuffer.cpp"
|
|
"ByteBuffer.h"
|
|
"Class.cpp"
|
|
"Class.h"
|
|
"Color.cpp"
|
|
"Color.h"
|
|
"Exceptions.h"
|
|
"File.cpp"
|
|
"File.h"
|
|
"FileFilter.h"
|
|
"FilenameFilter.h"
|
|
"FloatBuffer.cpp"
|
|
"FloatBuffer.h"
|
|
"IntBuffer.cpp"
|
|
"IntBuffer.h"
|
|
"JavaIntHash.h"
|
|
"JavaMath.cpp"
|
|
"JavaMath.h"
|
|
"NumberFormaters.h"
|
|
"Random.cpp"
|
|
"Random.h"
|
|
"ReadMe.txt"
|
|
"Reference.h"
|
|
"Socket.cpp"
|
|
"Socket.h"
|
|
"SocketAddress.h"
|
|
"System.h"
|
|
"system.cpp"
|
|
)
|
|
source_group("ConsoleJavaLibs" FILES ${_SOURCES_CONSOLEJAVALIBS})
|
|
|
|
set(_SOURCES_CONSOLEJAVALIBS_INPUTOUTPUTSTREAM
|
|
"BufferedOutputStream.cpp"
|
|
"BufferedOutputStream.h"
|
|
"BufferedReader.cpp"
|
|
"BufferedReader.h"
|
|
"ByteArrayInputStream.cpp"
|
|
"ByteArrayInputStream.h"
|
|
"ByteArrayOutputStream.cpp"
|
|
"ByteArrayOutputStream.h"
|
|
"DataInput.h"
|
|
"DataInputStream.cpp"
|
|
"DataInputStream.h"
|
|
"DataOutput.h"
|
|
"DataOutputStream.cpp"
|
|
"DataOutputStream.h"
|
|
"FileInputStream.cpp"
|
|
"FileInputStream.h"
|
|
"FileOutputStream.cpp"
|
|
"FileOutputStream.h"
|
|
"GZIPInputStream.h"
|
|
"GZIPOutputStream.h"
|
|
"InputOutputStream.h"
|
|
"InputStream.cpp"
|
|
"InputStream.h"
|
|
"InputStreamReader.cpp"
|
|
"InputStreamReader.h"
|
|
"OutputStream.h"
|
|
"Reader.h"
|
|
)
|
|
source_group("ConsoleJavaLibs/InputOutputStream" FILES ${_SOURCES_CONSOLEJAVALIBS_INPUTOUTPUTSTREAM})
|
|
|
|
set(_SOURCES_HEADER_FILES
|
|
"LevelObjectInputStream.h"
|
|
"Minecraft.World.h"
|
|
"ParticleTypes.h"
|
|
"SoundTypes.h"
|
|
"compression.h"
|
|
"stdafx.h"
|
|
)
|
|
source_group("Header Files" FILES ${_SOURCES_HEADER_FILES})
|
|
|
|
set(_SOURCES_SOURCE_FILES
|
|
"Minecraft.World.cpp"
|
|
"compression.cpp"
|
|
"stdafx.cpp"
|
|
)
|
|
source_group("Source Files" FILES ${_SOURCES_SOURCE_FILES})
|
|
|
|
set(_SOURCES_ARGO
|
|
# "../Minecraft.Client/Xbox/res/audio/Minecraft.xgs"
|
|
)
|
|
source_group("argo" FILES ${_SOURCES_ARGO})
|
|
|
|
set(_SOURCES_COM_MOJANG_NBT
|
|
"ByteArrayTag.h"
|
|
"ByteTag.h"
|
|
"CompoundTag.h"
|
|
"DoubleTag.h"
|
|
"EndTag.h"
|
|
"FloatTag.h"
|
|
"IntArrayTag.h"
|
|
"IntTag.h"
|
|
"ListTag.h"
|
|
"LongTag.h"
|
|
"NbtIo.cpp"
|
|
"NbtIo.h"
|
|
"ShortTag.h"
|
|
"StringTag.h"
|
|
"Tag.cpp"
|
|
"Tag.h"
|
|
"com.mojang.nbt.h"
|
|
)
|
|
source_group("com/mojang/nbt" FILES ${_SOURCES_COM_MOJANG_NBT})
|
|
|
|
set(_SOURCES_NET_MINECRAFT
|
|
"Direction.cpp"
|
|
"Direction.h"
|
|
"Facing.cpp"
|
|
"Facing.h"
|
|
"Pos.cpp"
|
|
"Pos.h"
|
|
"SharedConstants.cpp"
|
|
"SharedConstants.h"
|
|
"net.minecraft.h"
|
|
)
|
|
source_group("net/minecraft" FILES ${_SOURCES_NET_MINECRAFT})
|
|
|
|
set(_SOURCES_NET_MINECRAFT_COMMANDS
|
|
"AdminLogCommand.h"
|
|
"Command.cpp"
|
|
"Command.h"
|
|
"CommandDispatcher.cpp"
|
|
"CommandDispatcher.h"
|
|
"CommandSender.h"
|
|
"CommandsEnum.h"
|
|
"PlayerSelector.h"
|
|
"net.minecraft.commands.h"
|
|
)
|
|
source_group("net/minecraft/commands" FILES ${_SOURCES_NET_MINECRAFT_COMMANDS})
|
|
|
|
set(_SOURCES_NET_MINECRAFT_COMMANDS_COMMON
|
|
"DefaultGameModeCommand.cpp"
|
|
"DefaultGameModeCommand.h"
|
|
"EffectCommand.cpp"
|
|
"EffectCommand.h"
|
|
"EnchantItemCommand.cpp"
|
|
"EnchantItemCommand.h"
|
|
"ExperienceCommand.cpp"
|
|
"ExperienceCommand.h"
|
|
"GameDifficultyCommand.h"
|
|
"GameModeCommand.cpp"
|
|
"GameModeCommand.h"
|
|
"GameRuleCommand.h"
|
|
"GiveItemCommand.cpp"
|
|
"GiveItemCommand.h"
|
|
"KillCommand.cpp"
|
|
"KillCommand.h"
|
|
"PlaySoundCommand.h"
|
|
"SetPlayerTimeoutCommand.h"
|
|
"ShowSeedCommand.h"
|
|
"SpreadPlayersCommand.h"
|
|
"TimeCommand.cpp"
|
|
"TimeCommand.h"
|
|
"ToggleDownfallCommand.cpp"
|
|
"ToggleDownfallCommand.h"
|
|
"WeatherCommand.h"
|
|
"net.minecraft.commands.common.h"
|
|
)
|
|
source_group("net/minecraft/commands/common" FILES ${_SOURCES_NET_MINECRAFT_COMMANDS_COMMON})
|
|
|
|
set(_SOURCES_NET_MINECRAFT_CORE
|
|
"AbstractProjectileDispenseBehavior.cpp"
|
|
"AbstractProjectileDispenseBehavior.h"
|
|
"Behavior.h"
|
|
"BehaviorRegistry.cpp"
|
|
"BehaviorRegistry.h"
|
|
"BlockSource.h"
|
|
"BlockSourceImpl.cpp"
|
|
"BlockSourceImpl.h"
|
|
"DefaultDispenseItemBehavior.cpp"
|
|
"DefaultDispenseItemBehavior.h"
|
|
"DispenseItemBehavior.cpp"
|
|
"DispenseItemBehavior.h"
|
|
"FacingEnum.cpp"
|
|
"FacingEnum.h"
|
|
"ItemDispenseBehaviors.cpp"
|
|
"ItemDispenseBehaviors.h"
|
|
"LocatableSource.h"
|
|
"Location.h"
|
|
"Position.h"
|
|
"PositionImpl.h"
|
|
"Source.h"
|
|
"net.minecraft.core.h"
|
|
)
|
|
source_group("net/minecraft/core" FILES ${_SOURCES_NET_MINECRAFT_CORE})
|
|
|
|
set(_SOURCES_NET_MINECRAFT_LOCALE
|
|
"I18n.cpp"
|
|
"I18n.h"
|
|
"Language.cpp"
|
|
"Language.h"
|
|
"net.minecraft.locale.h"
|
|
)
|
|
source_group("net/minecraft/locale" FILES ${_SOURCES_NET_MINECRAFT_LOCALE})
|
|
|
|
set(_SOURCES_NET_MINECRAFT_NETWORK
|
|
"Connection.cpp"
|
|
"Connection.h"
|
|
"net.minecraft.network.h"
|
|
)
|
|
source_group("net/minecraft/network" FILES ${_SOURCES_NET_MINECRAFT_NETWORK})
|
|
|
|
set(_SOURCES_NET_MINECRAFT_NETWORK_PACKET
|
|
"AddEntityPacket.cpp"
|
|
"AddEntityPacket.h"
|
|
"AddExperienceOrbPacket.cpp"
|
|
"AddExperienceOrbPacket.h"
|
|
"AddGlobalEntityPacket.cpp"
|
|
"AddGlobalEntityPacket.h"
|
|
"AddMobPacket.cpp"
|
|
"AddMobPacket.h"
|
|
"AddPaintingPacket.cpp"
|
|
"AddPaintingPacket.h"
|
|
"AddPlayerPacket.cpp"
|
|
"AddPlayerPacket.h"
|
|
"AnimatePacket.cpp"
|
|
"AnimatePacket.h"
|
|
"AwardStatPacket.cpp"
|
|
"AwardStatPacket.h"
|
|
"BlockRegionUpdatePacket.cpp"
|
|
"BlockRegionUpdatePacket.h"
|
|
"ChatAutoCompletePacket.h"
|
|
"ChatPacket.cpp"
|
|
"ChatPacket.h"
|
|
"ChunkTilesUpdatePacket.cpp"
|
|
"ChunkTilesUpdatePacket.h"
|
|
"ChunkVisibilityAreaPacket.cpp"
|
|
"ChunkVisibilityAreaPacket.h"
|
|
"ChunkVisibilityPacket.cpp"
|
|
"ChunkVisibilityPacket.h"
|
|
"ClientCommandPacket.cpp"
|
|
"ClientCommandPacket.h"
|
|
"ClientInformationPacket.h"
|
|
"ClientProtocolPacket.h"
|
|
"ComplexItemDataPacket.cpp"
|
|
"ComplexItemDataPacket.h"
|
|
"ContainerAckPacket.cpp"
|
|
"ContainerAckPacket.h"
|
|
"ContainerButtonClickPacket.cpp"
|
|
"ContainerButtonClickPacket.h"
|
|
"ContainerClickPacket.cpp"
|
|
"ContainerClickPacket.h"
|
|
"ContainerClosePacket.cpp"
|
|
"ContainerClosePacket.h"
|
|
"ContainerOpenPacket.cpp"
|
|
"ContainerOpenPacket.h"
|
|
"ContainerSetContentPacket.cpp"
|
|
"ContainerSetContentPacket.h"
|
|
"ContainerSetDataPacket.cpp"
|
|
"ContainerSetDataPacket.h"
|
|
"ContainerSetSlotPacket.cpp"
|
|
"ContainerSetSlotPacket.h"
|
|
"CraftItemPacket.cpp"
|
|
"CraftItemPacket.h"
|
|
"CustomPayloadPacket.cpp"
|
|
"CustomPayloadPacket.h"
|
|
"DebugOptionsPacket.cpp"
|
|
"DebugOptionsPacket.h"
|
|
"DisconnectPacket.cpp"
|
|
"DisconnectPacket.h"
|
|
"EntityActionAtPositionPacket.cpp"
|
|
"EntityActionAtPositionPacket.h"
|
|
"EntityEventPacket.cpp"
|
|
"EntityEventPacket.h"
|
|
"ExplodePacket.cpp"
|
|
"ExplodePacket.h"
|
|
"GameCommandPacket.cpp"
|
|
"GameCommandPacket.h"
|
|
"GameEventPacket.cpp"
|
|
"GameEventPacket.h"
|
|
"GetInfoPacket.cpp"
|
|
"GetInfoPacket.h"
|
|
"InteractPacket.cpp"
|
|
"InteractPacket.h"
|
|
"KeepAlivePacket.cpp"
|
|
"KeepAlivePacket.h"
|
|
"KickPlayerPacket.cpp"
|
|
"KickPlayerPacket.h"
|
|
"LevelEventPacket.cpp"
|
|
"LevelEventPacket.h"
|
|
"LevelParticlesPacket.cpp"
|
|
"LevelParticlesPacket.h"
|
|
"LevelSoundPacket.cpp"
|
|
"LevelSoundPacket.h"
|
|
"LoginPacket.cpp"
|
|
"LoginPacket.h"
|
|
"MoveEntityPacket.cpp"
|
|
"MoveEntityPacket.h"
|
|
"MoveEntityPacketSmall.cpp"
|
|
"MoveEntityPacketSmall.h"
|
|
"MovePlayerPacket.cpp"
|
|
"MovePlayerPacket.h"
|
|
"Packet.cpp"
|
|
"Packet.h"
|
|
"PacketListener.cpp"
|
|
"PacketListener.h"
|
|
"PlayerAbilitiesPacket.cpp"
|
|
"PlayerAbilitiesPacket.h"
|
|
"PlayerActionPacket.cpp"
|
|
"PlayerActionPacket.h"
|
|
"PlayerCommandPacket.cpp"
|
|
"PlayerCommandPacket.h"
|
|
"PlayerInfoPacket.cpp"
|
|
"PlayerInfoPacket.h"
|
|
"PlayerInputPacket.cpp"
|
|
"PlayerInputPacket.h"
|
|
"PreLoginPacket.cpp"
|
|
"PreLoginPacket.h"
|
|
"RemoveEntitiesPacket.cpp"
|
|
"RemoveEntitiesPacket.h"
|
|
"RemoveMobEffectPacket.cpp"
|
|
"RemoveMobEffectPacket.h"
|
|
"RespawnPacket.cpp"
|
|
"RespawnPacket.h"
|
|
"RotateHeadPacket.cpp"
|
|
"RotateHeadPacket.h"
|
|
"ServerAuthDataPacket.h"
|
|
"ServerSettingsChangedPacket.cpp"
|
|
"ServerSettingsChangedPacket.h"
|
|
"SetCarriedItemPacket.cpp"
|
|
"SetCarriedItemPacket.h"
|
|
"SetCreativeModeSlotPacket.cpp"
|
|
"SetCreativeModeSlotPacket.h"
|
|
"SetDisplayObjectivePacket.cpp"
|
|
"SetDisplayObjectivePacket.h"
|
|
"SetEntityDataPacket.cpp"
|
|
"SetEntityDataPacket.h"
|
|
"SetEntityLinkPacket.cpp"
|
|
"SetEntityLinkPacket.h"
|
|
"SetEntityMotionPacket.cpp"
|
|
"SetEntityMotionPacket.h"
|
|
"SetEquippedItemPacket.cpp"
|
|
"SetEquippedItemPacket.h"
|
|
"SetExperiencePacket.cpp"
|
|
"SetExperiencePacket.h"
|
|
"SetHealthPacket.cpp"
|
|
"SetHealthPacket.h"
|
|
"SetObjectivePacket.cpp"
|
|
"SetObjectivePacket.h"
|
|
"SetPlayerTeamPacket.cpp"
|
|
"SetPlayerTeamPacket.h"
|
|
"SetScorePacket.cpp"
|
|
"SetScorePacket.h"
|
|
"SetSpawnPositionPacket.cpp"
|
|
"SetSpawnPositionPacket.h"
|
|
"SetTimePacket.cpp"
|
|
"SetTimePacket.h"
|
|
"SharedKeyPacket.h"
|
|
"SignUpdatePacket.cpp"
|
|
"SignUpdatePacket.h"
|
|
"TakeItemEntityPacket.cpp"
|
|
"TakeItemEntityPacket.h"
|
|
"TeleportEntityPacket.cpp"
|
|
"TeleportEntityPacket.h"
|
|
"TextureAndGeometryChangePacket.cpp"
|
|
"TextureAndGeometryChangePacket.h"
|
|
"TextureAndGeometryPacket.cpp"
|
|
"TextureAndGeometryPacket.h"
|
|
"TextureChangePacket.cpp"
|
|
"TextureChangePacket.h"
|
|
"TexturePacket.cpp"
|
|
"TexturePacket.h"
|
|
"TileDestructionPacket.cpp"
|
|
"TileDestructionPacket.h"
|
|
"TileEditorOpenPacket.cpp"
|
|
"TileEditorOpenPacket.h"
|
|
"TileEntityDataPacket.cpp"
|
|
"TileEntityDataPacket.h"
|
|
"TileEventPacket.cpp"
|
|
"TileEventPacket.h"
|
|
"TileUpdatePacket.cpp"
|
|
"TileUpdatePacket.h"
|
|
"TradeItemPacket.cpp"
|
|
"TradeItemPacket.h"
|
|
"UpdateAttributesPacket.cpp"
|
|
"UpdateAttributesPacket.h"
|
|
"UpdateGameRuleProgressPacket.cpp"
|
|
"UpdateGameRuleProgressPacket.h"
|
|
"UpdateMobEffectPacket.cpp"
|
|
"UpdateMobEffectPacket.h"
|
|
"UpdateProgressPacket.cpp"
|
|
"UpdateProgressPacket.h"
|
|
"UseItemPacket.cpp"
|
|
"UseItemPacket.h"
|
|
"XZPacket.cpp"
|
|
"XZPacket.h"
|
|
"net.minecraft.network.packet.h"
|
|
)
|
|
source_group("net/minecraft/network/packet" FILES ${_SOURCES_NET_MINECRAFT_NETWORK_PACKET})
|
|
|
|
set(_SOURCES_NET_MINECRAFT_STATS
|
|
"Achievement.cpp"
|
|
"Achievement.h"
|
|
"Achievements.cpp"
|
|
"Achievements.h"
|
|
"CommonStats.cpp"
|
|
"CommonStats.h"
|
|
"DescFormatter.h"
|
|
"DurangoStats.cpp"
|
|
"DurangoStats.h"
|
|
"GeneralStat.cpp"
|
|
"GeneralStat.h"
|
|
"GenericStats.cpp"
|
|
"GenericStats.h"
|
|
"ItemStat.cpp"
|
|
"ItemStat.h"
|
|
"Stat.cpp"
|
|
"Stat.h"
|
|
"StatFormatter.h"
|
|
"Stats.cpp"
|
|
"Stats.h"
|
|
"net.minecraft.stats.h"
|
|
)
|
|
source_group("net/minecraft/stats" FILES ${_SOURCES_NET_MINECRAFT_STATS})
|
|
|
|
set(_SOURCES_NET_MINECRAFT_UTIL
|
|
"Hasher.cpp"
|
|
"Hasher.h"
|
|
"HtmlString.cpp"
|
|
"HtmlString.h"
|
|
"Mth.cpp"
|
|
"Mth.h"
|
|
"ProgressListener.h"
|
|
"SmoothFloat.cpp"
|
|
"SmoothFloat.h"
|
|
"WeighedRandom.cpp"
|
|
"WeighedRandom.h"
|
|
"WeighedTreasure.cpp"
|
|
"WeighedTreasure.h"
|
|
)
|
|
source_group("net/minecraft/util" FILES ${_SOURCES_NET_MINECRAFT_UTIL})
|
|
|
|
set(_SOURCES_NET_MINECRAFT_WORLD
|
|
"CompoundContainer.cpp"
|
|
"CompoundContainer.h"
|
|
"Container.h"
|
|
"Difficulty.h"
|
|
"FlippedIcon.cpp"
|
|
"FlippedIcon.h"
|
|
"Icon.h"
|
|
"IconRegister.h"
|
|
"MouseInventoryClickHandler.h"
|
|
"SimpleContainer.cpp"
|
|
"SimpleContainer.h"
|
|
"WorldlyContainer.h"
|
|
"net.minecraft.world.ContainerListener.h"
|
|
"net.minecraft.world.h"
|
|
)
|
|
source_group("net/minecraft/world" FILES ${_SOURCES_NET_MINECRAFT_WORLD})
|
|
|
|
set(_SOURCES_NET_DAMAGESOURCE
|
|
"CombatEntry.cpp"
|
|
"CombatEntry.h"
|
|
"CombatTracker.cpp"
|
|
"CombatTracker.h"
|
|
"DamageSource.cpp"
|
|
"DamageSource.h"
|
|
"EntityDamageSource.cpp"
|
|
"EntityDamageSource.h"
|
|
"IndirectEntityDamageSource.cpp"
|
|
"IndirectEntityDamageSource.h"
|
|
"net.minecraft.world.damagesource.h"
|
|
)
|
|
source_group("net/minecraft/world/damageSource" FILES ${_SOURCES_NET_DAMAGESOURCE})
|
|
|
|
set(_SOURCES_NET_EFFECT
|
|
"AbsoptionMobEffect.cpp"
|
|
"AbsoptionMobEffect.h"
|
|
"AttackDamageMobEffect.cpp"
|
|
"AttackDamageMobEffect.h"
|
|
"HealthBoostMobEffect.cpp"
|
|
"HealthBoostMobEffect.h"
|
|
"InstantenousMobEffect.cpp"
|
|
"InstantenousMobEffect.h"
|
|
"MobEffect.cpp"
|
|
"MobEffect.h"
|
|
"MobEffectInstance.cpp"
|
|
"MobEffectInstance.h"
|
|
"net.minecraft.world.effect.h"
|
|
)
|
|
source_group("net/minecraft/world/effect" FILES ${_SOURCES_NET_EFFECT})
|
|
|
|
set(_SOURCES_NET_ENTITY
|
|
"AgableMob.cpp"
|
|
"AgableMob.h"
|
|
"Creature.cpp"
|
|
"Creature.h"
|
|
"DelayedRelease.cpp"
|
|
"DelayedRelease.h"
|
|
"Entity.cpp"
|
|
"Entity.h"
|
|
"EntityEvent.h"
|
|
"EntityIO.cpp"
|
|
"EntityIO.h"
|
|
"EntityPos.cpp"
|
|
"EntityPos.h"
|
|
"EntitySelector.cpp"
|
|
"EntitySelector.h"
|
|
"ExperienceOrb.cpp"
|
|
"ExperienceOrb.h"
|
|
"FlyingMob.cpp"
|
|
"FlyingMob.h"
|
|
"HangingEntity.cpp"
|
|
"HangingEntity.h"
|
|
"ItemFrame.cpp"
|
|
"ItemFrame.h"
|
|
"LeashFenceKnotEntity.cpp"
|
|
"LeashFenceKnotEntity.h"
|
|
"LivingEntity.cpp"
|
|
"LivingEntity.h"
|
|
"Mob.cpp"
|
|
"Mob.h"
|
|
"MobCategory.cpp"
|
|
"MobCategory.h"
|
|
"MobGroupData.h"
|
|
"MobType.h"
|
|
"OwnableEntity.h"
|
|
"Painting.cpp"
|
|
"Painting.h"
|
|
"PathfinderMob.cpp"
|
|
"PathfinderMob.h"
|
|
"SynchedEntityData.cpp"
|
|
"SynchedEntityData.h"
|
|
"TamableAnimal.cpp"
|
|
"TamableAnimal.h"
|
|
"net.minecraft.world.entity.h"
|
|
)
|
|
source_group("net/minecraft/world/entity" FILES ${_SOURCES_NET_ENTITY})
|
|
|
|
set(_SOURCES_NET_ENTITY_AI_ATTRIBUTES
|
|
"Attribute.cpp"
|
|
"Attribute.h"
|
|
"AttributeInstance.h"
|
|
"AttributeModifier.cpp"
|
|
"AttributeModifier.h"
|
|
"BaseAttribute.cpp"
|
|
"BaseAttribute.h"
|
|
"BaseAttributeMap.cpp"
|
|
"BaseAttributeMap.h"
|
|
"ModifiableAttributeInstance.cpp"
|
|
"ModifiableAttributeInstance.h"
|
|
"RangedAttribute.cpp"
|
|
"RangedAttribute.h"
|
|
"ServersideAttributeMap.cpp"
|
|
"ServersideAttributeMap.h"
|
|
"net.minecraft.world.entity.ai.attributes.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/ai/attributes" FILES ${_SOURCES_NET_ENTITY_AI_ATTRIBUTES})
|
|
|
|
set(_SOURCES_NET_ENTITY_AI_CONTROL
|
|
"BodyControl.cpp"
|
|
"BodyControl.h"
|
|
"Control.h"
|
|
"JumpControl.cpp"
|
|
"JumpControl.h"
|
|
"LookControl.cpp"
|
|
"LookControl.h"
|
|
"MoveControl.cpp"
|
|
"MoveControl.h"
|
|
"net.minecraft.world.entity.ai.control.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/ai/control" FILES ${_SOURCES_NET_ENTITY_AI_CONTROL})
|
|
|
|
set(_SOURCES_NET_ENTITY_AI_GOAL
|
|
"AvoidPlayerGoal.cpp"
|
|
"AvoidPlayerGoal.h"
|
|
"BegGoal.cpp"
|
|
"BegGoal.h"
|
|
"BreakDoorGoal.cpp"
|
|
"BreakDoorGoal.h"
|
|
"BreedGoal.cpp"
|
|
"BreedGoal.h"
|
|
"ControlledByPlayerGoal.cpp"
|
|
"ControlledByPlayerGoal.h"
|
|
"DoorInteractGoal.cpp"
|
|
"DoorInteractGoal.h"
|
|
"EatTileGoal.cpp"
|
|
"EatTileGoal.h"
|
|
"FleeSunGoal.cpp"
|
|
"FleeSunGoal.h"
|
|
"FloatGoal.cpp"
|
|
"FloatGoal.h"
|
|
"FollowOwnerGoal.cpp"
|
|
"FollowOwnerGoal.h"
|
|
"FollowParentGoal.cpp"
|
|
"FollowParentGoal.h"
|
|
"Goal.cpp"
|
|
"Goal.h"
|
|
"GoalSelector.cpp"
|
|
"GoalSelector.h"
|
|
"InteractGoal.cpp"
|
|
"InteractGoal.h"
|
|
"LeapAtTargetGoal.cpp"
|
|
"LeapAtTargetGoal.h"
|
|
"LookAtPlayerGoal.cpp"
|
|
"LookAtPlayerGoal.h"
|
|
"LookAtTradingPlayerGoal.cpp"
|
|
"LookAtTradingPlayerGoal.h"
|
|
"MakeLoveGoal.cpp"
|
|
"MakeLoveGoal.h"
|
|
"MeleeAttackGoal.cpp"
|
|
"MeleeAttackGoal.h"
|
|
"MoveIndoorsGoal.cpp"
|
|
"MoveIndoorsGoal.h"
|
|
"MoveThroughVillageGoal.cpp"
|
|
"MoveThroughVillageGoal.h"
|
|
"MoveTowardsRestrictionGoal.cpp"
|
|
"MoveTowardsRestrictionGoal.h"
|
|
"MoveTowardsTargetGoal.cpp"
|
|
"MoveTowardsTargetGoal.h"
|
|
"OcelotAttackGoal.cpp"
|
|
"OcelotAttackGoal.h"
|
|
"OcelotSitOnTileGoal.cpp"
|
|
"OcelotSitOnTileGoal.h"
|
|
"OfferFlowerGoal.cpp"
|
|
"OfferFlowerGoal.h"
|
|
"OpenDoorGoal.cpp"
|
|
"OpenDoorGoal.h"
|
|
"PanicGoal.cpp"
|
|
"PanicGoal.h"
|
|
"PlayGoal.cpp"
|
|
"PlayGoal.h"
|
|
"RandomLookAroundGoal.cpp"
|
|
"RandomLookAroundGoal.h"
|
|
"RandomStrollGoal.cpp"
|
|
"RandomStrollGoal.h"
|
|
"RangedAttackGoal.cpp"
|
|
"RangedAttackGoal.h"
|
|
"RestrictOpenDoorGoal.cpp"
|
|
"RestrictOpenDoorGoal.h"
|
|
"RestrictSunGoal.cpp"
|
|
"RestrictSunGoal.h"
|
|
"RunAroundLikeCrazyGoal.cpp"
|
|
"RunAroundLikeCrazyGoal.h"
|
|
"SitGoal.cpp"
|
|
"SitGoal.h"
|
|
"SwellGoal.cpp"
|
|
"SwellGoal.h"
|
|
"TakeFlowerGoal.cpp"
|
|
"TakeFlowerGoal.h"
|
|
"TemptGoal.cpp"
|
|
"TemptGoal.h"
|
|
"TradeWithPlayerGoal.cpp"
|
|
"TradeWithPlayerGoal.h"
|
|
"net.minecraft.world.entity.ai.goal.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/ai/goal" FILES ${_SOURCES_NET_ENTITY_AI_GOAL})
|
|
|
|
set(_SOURCES_NET_ENTITY_AI_GOAL_TARGET
|
|
"DefendVillageTargetGoal.cpp"
|
|
"DefendVillageTargetGoal.h"
|
|
"HurtByTargetGoal.cpp"
|
|
"HurtByTargetGoal.h"
|
|
"NearestAttackableTargetGoal.cpp"
|
|
"NearestAttackableTargetGoal.h"
|
|
"NonTameRandomTargetGoal.cpp"
|
|
"NonTameRandomTargetGoal.h"
|
|
"OwnerHurtByTargetGoal.cpp"
|
|
"OwnerHurtByTargetGoal.h"
|
|
"OwnerHurtTargetGoal.cpp"
|
|
"OwnerHurtTargetGoal.h"
|
|
"TargetGoal.cpp"
|
|
"TargetGoal.h"
|
|
"net.minecraft.world.entity.ai.goal.target.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/ai/goal/target" FILES ${_SOURCES_NET_ENTITY_AI_GOAL_TARGET})
|
|
|
|
set(_SOURCES_NET_ENTITY_AI_NAVIGATION
|
|
"PathNavigation.cpp"
|
|
"PathNavigation.h"
|
|
"net.minecraft.world.entity.ai.navigation.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/ai/navigation" FILES ${_SOURCES_NET_ENTITY_AI_NAVIGATION})
|
|
|
|
set(_SOURCES_NET_ENTITY_AI_SENSING
|
|
"Sensing.cpp"
|
|
"Sensing.h"
|
|
"net.minecraft.world.entity.ai.sensing.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/ai/sensing" FILES ${_SOURCES_NET_ENTITY_AI_SENSING})
|
|
|
|
set(_SOURCES_NET_ENTITY_AI_UTIL
|
|
"RandomPos.cpp"
|
|
"RandomPos.h"
|
|
"net.minecraft.world.entity.ai.util.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/ai/util" FILES ${_SOURCES_NET_ENTITY_AI_UTIL})
|
|
|
|
set(_SOURCES_NET_ENTITY_AI_VILLAGE
|
|
"DoorInfo.cpp"
|
|
"DoorInfo.h"
|
|
"Village.cpp"
|
|
"Village.h"
|
|
"VillageSiege.cpp"
|
|
"VillageSiege.h"
|
|
"Villages.cpp"
|
|
"Villages.h"
|
|
"net.minecraft.world.entity.ai.village.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/ai/village" FILES ${_SOURCES_NET_ENTITY_AI_VILLAGE})
|
|
|
|
set(_SOURCES_NET_ENTITY_AMBIENT
|
|
"AmbientCreature.cpp"
|
|
"AmbientCreature.h"
|
|
"Bat.cpp"
|
|
"Bat.h"
|
|
"net.minecraft.world.entity.ambient.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/ambient" FILES ${_SOURCES_NET_ENTITY_AMBIENT})
|
|
|
|
set(_SOURCES_NET_ENTITY_ANIMAL
|
|
"Animal.cpp"
|
|
"Animal.h"
|
|
"Chicken.cpp"
|
|
"Chicken.h"
|
|
"Cow.cpp"
|
|
"Cow.h"
|
|
"EntityHorse.cpp"
|
|
"EntityHorse.h"
|
|
"Golem.cpp"
|
|
"Golem.h"
|
|
"MushroomCow.cpp"
|
|
"MushroomCow.h"
|
|
"Ocelot.cpp"
|
|
"Ocelot.h"
|
|
"Pig.cpp"
|
|
"Pig.h"
|
|
"Sheep.cpp"
|
|
"Sheep.h"
|
|
"SnowMan.cpp"
|
|
"SnowMan.h"
|
|
"Squid.cpp"
|
|
"Squid.h"
|
|
"VillagerGolem.cpp"
|
|
"VillagerGolem.h"
|
|
"WaterAnimal.cpp"
|
|
"WaterAnimal.h"
|
|
"Wolf.cpp"
|
|
"Wolf.h"
|
|
"net.minecraft.world.entity.animal.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/animal" FILES ${_SOURCES_NET_ENTITY_ANIMAL})
|
|
|
|
set(_SOURCES_NET_ENTITY_BOSS
|
|
"BossMob.h"
|
|
"MultiEntityMob.h"
|
|
"MultiEntityMobPart.cpp"
|
|
"MultiEntityMobPart.h"
|
|
"net.minecraft.world.entity.boss.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/boss" FILES ${_SOURCES_NET_ENTITY_BOSS})
|
|
|
|
set(_SOURCES_NET_ENTITY_BOSS_ENDERDRAGON
|
|
"EnderCrystal.cpp"
|
|
"EnderCrystal.h"
|
|
"EnderDragon.cpp"
|
|
"EnderDragon.h"
|
|
"NetherSphere.cpp"
|
|
"NetherSphere.h"
|
|
"net.minecraft.world.entity.boss.enderdragon.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/boss/enderdragon" FILES ${_SOURCES_NET_ENTITY_BOSS_ENDERDRAGON})
|
|
|
|
set(_SOURCES_NET_ENTITY_BOSS_WITHER
|
|
"WitherBoss.cpp"
|
|
"WitherBoss.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/boss/wither" FILES ${_SOURCES_NET_ENTITY_BOSS_WITHER})
|
|
|
|
set(_SOURCES_NET_ENTITY_GLOBAL
|
|
"GlobalEntity.cpp"
|
|
"GlobalEntity.h"
|
|
"LightningBolt.cpp"
|
|
"LightningBolt.h"
|
|
"net.minecraft.world.entity.global.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/global" FILES ${_SOURCES_NET_ENTITY_GLOBAL})
|
|
|
|
set(_SOURCES_NET_ENTITY_ITEM
|
|
"Boat.cpp"
|
|
"Boat.h"
|
|
"FallingTile.cpp"
|
|
"FallingTile.h"
|
|
"ItemEntity.cpp"
|
|
"ItemEntity.h"
|
|
"Minecart.cpp"
|
|
"Minecart.h"
|
|
"MinecartChest.cpp"
|
|
"MinecartChest.h"
|
|
"MinecartContainer.cpp"
|
|
"MinecartContainer.h"
|
|
"MinecartFurnace.cpp"
|
|
"MinecartFurnace.h"
|
|
"MinecartHopper.cpp"
|
|
"MinecartHopper.h"
|
|
"MinecartRideable.cpp"
|
|
"MinecartRideable.h"
|
|
"MinecartSpawner.cpp"
|
|
"MinecartSpawner.h"
|
|
"MinecartTNT.cpp"
|
|
"MinecartTNT.h"
|
|
"PrimedTnt.cpp"
|
|
"PrimedTnt.h"
|
|
"net.minecraft.world.entity.item.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/item" FILES ${_SOURCES_NET_ENTITY_ITEM})
|
|
|
|
set(_SOURCES_NET_ENTITY_MONSTER
|
|
"Blaze.cpp"
|
|
"Blaze.h"
|
|
"CaveSpider.cpp"
|
|
"CaveSpider.h"
|
|
"Creeper.cpp"
|
|
"Creeper.h"
|
|
"EnderMan.cpp"
|
|
"EnderMan.h"
|
|
"Enemy.cpp"
|
|
"Enemy.h"
|
|
"Ghast.cpp"
|
|
"Ghast.h"
|
|
"Giant.cpp"
|
|
"Giant.h"
|
|
"LavaSlime.cpp"
|
|
"LavaSlime.h"
|
|
"Monster.cpp"
|
|
"Monster.h"
|
|
"PigZombie.cpp"
|
|
"PigZombie.h"
|
|
"RangedAttackMob.h"
|
|
"SharedMonsterAttributes.cpp"
|
|
"SharedMonsterAttributes.h"
|
|
"Silverfish.cpp"
|
|
"Silverfish.h"
|
|
"Skeleton.cpp"
|
|
"Skeleton.h"
|
|
"Slime.cpp"
|
|
"Slime.h"
|
|
"Spider.cpp"
|
|
"Spider.h"
|
|
"Witch.cpp"
|
|
"Witch.h"
|
|
"Zombie.cpp"
|
|
"Zombie.h"
|
|
"net.minecraft.world.entity.monster.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/monster" FILES ${_SOURCES_NET_ENTITY_MONSTER})
|
|
|
|
set(_SOURCES_NET_ENTITY_NPC
|
|
"ClientSideMerchant.cpp"
|
|
"ClientSideMerchant.h"
|
|
"Npc.cpp"
|
|
"Npc.h"
|
|
"Villager.cpp"
|
|
"Villager.h"
|
|
"net.minecraft.world.entity.npc.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/npc" FILES ${_SOURCES_NET_ENTITY_NPC})
|
|
|
|
set(_SOURCES_NET_ENTITY_PLAYER
|
|
"Abilities.cpp"
|
|
"Abilities.h"
|
|
"Inventory.cpp"
|
|
"Inventory.h"
|
|
"Player.cpp"
|
|
"Player.h"
|
|
"net.minecraft.world.entity.player.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/player" FILES ${_SOURCES_NET_ENTITY_PLAYER})
|
|
|
|
set(_SOURCES_NET_ENTITY_PROJECTILE
|
|
"Arrow.cpp"
|
|
"Arrow.h"
|
|
"DragonFireball.cpp"
|
|
"DragonFireball.h"
|
|
"EyeOfEnderSignal.cpp"
|
|
"EyeOfEnderSignal.h"
|
|
"Fireball.cpp"
|
|
"Fireball.h"
|
|
"FireworksRocketEntity.cpp"
|
|
"FireworksRocketEntity.h"
|
|
"FishingHook.cpp"
|
|
"FishingHook.h"
|
|
"LargeFireball.cpp"
|
|
"LargeFireball.h"
|
|
"Projectile.h"
|
|
"SmallFireball.cpp"
|
|
"SmallFireball.h"
|
|
"Snowball.cpp"
|
|
"Snowball.h"
|
|
"Throwable.cpp"
|
|
"Throwable.h"
|
|
"ThrownEgg.cpp"
|
|
"ThrownEgg.h"
|
|
"ThrownEnderpearl.cpp"
|
|
"ThrownEnderpearl.h"
|
|
"ThrownExpBottle.cpp"
|
|
"ThrownExpBottle.h"
|
|
"ThrownPotion.cpp"
|
|
"ThrownPotion.h"
|
|
"WitherSkull.cpp"
|
|
"WitherSkull.h"
|
|
"net.minecraft.world.entity.projectile.h"
|
|
)
|
|
source_group("net/minecraft/world/entity/projectile" FILES ${_SOURCES_NET_ENTITY_PROJECTILE})
|
|
|
|
set(_SOURCES_NET_FOOD
|
|
"FoodConstants.cpp"
|
|
"FoodConstants.h"
|
|
"FoodData.cpp"
|
|
"FoodData.h"
|
|
"net.minecraft.world.food.h"
|
|
)
|
|
source_group("net/minecraft/world/food" FILES ${_SOURCES_NET_FOOD})
|
|
|
|
set(_SOURCES_NET_INVENTORY
|
|
"AbstractContainerMenu.cpp"
|
|
"AbstractContainerMenu.h"
|
|
"AnimalChest.cpp"
|
|
"AnimalChest.h"
|
|
"AnvilMenu.cpp"
|
|
"AnvilMenu.h"
|
|
"ArmorSlot.cpp"
|
|
"ArmorSlot.h"
|
|
"BeaconMenu.cpp"
|
|
"BeaconMenu.h"
|
|
"BrewingStandMenu.cpp"
|
|
"BrewingStandMenu.h"
|
|
"ContainerMenu.cpp"
|
|
"ContainerMenu.h"
|
|
"CraftingContainer.cpp"
|
|
"CraftingContainer.h"
|
|
"CraftingMenu.cpp"
|
|
"CraftingMenu.h"
|
|
"EnchantmentContainer.cpp"
|
|
"EnchantmentContainer.h"
|
|
"EnchantmentMenu.cpp"
|
|
"EnchantmentMenu.h"
|
|
"EnchantmentSlot.h"
|
|
"FireworksMenu.cpp"
|
|
"FireworksMenu.h"
|
|
"FurnaceMenu.cpp"
|
|
"FurnaceMenu.h"
|
|
"FurnaceResultSlot.cpp"
|
|
"FurnaceResultSlot.h"
|
|
"HopperMenu.cpp"
|
|
"HopperMenu.h"
|
|
"HorseInventoryMenu.cpp"
|
|
"HorseInventoryMenu.h"
|
|
"InventoryMenu.cpp"
|
|
"InventoryMenu.h"
|
|
"MenuBackup.cpp"
|
|
"MenuBackup.h"
|
|
"MerchantContainer.cpp"
|
|
"MerchantContainer.h"
|
|
"MerchantMenu.cpp"
|
|
"MerchantMenu.h"
|
|
"MerchantResultSlot.cpp"
|
|
"MerchantResultSlot.h"
|
|
"PlayerEnderChestContainer.cpp"
|
|
"PlayerEnderChestContainer.h"
|
|
"RepairContainer.cpp"
|
|
"RepairContainer.h"
|
|
"RepairResultSlot.cpp"
|
|
"RepairResultSlot.h"
|
|
"ResultContainer.cpp"
|
|
"ResultContainer.h"
|
|
"ResultSlot.cpp"
|
|
"ResultSlot.h"
|
|
"Slot.cpp"
|
|
"Slot.h"
|
|
"TrapMenu.cpp"
|
|
"TrapMenu.h"
|
|
"net.minecraft.world.inventory.ContainerListener.h"
|
|
"net.minecraft.world.inventory.h"
|
|
)
|
|
source_group("net/minecraft/world/inventory" FILES ${_SOURCES_NET_INVENTORY})
|
|
|
|
set(_SOURCES_NET_ITEM
|
|
"AnvilTileItem.cpp"
|
|
"AnvilTileItem.h"
|
|
"ArmorItem.cpp"
|
|
"ArmorItem.h"
|
|
"AuxDataTileItem.cpp"
|
|
"AuxDataTileItem.h"
|
|
"BedItem.cpp"
|
|
"BedItem.h"
|
|
"BoatItem.cpp"
|
|
"BoatItem.h"
|
|
"BookItem.cpp"
|
|
"BookItem.h"
|
|
"BottleItem.cpp"
|
|
"BottleItem.h"
|
|
"BowItem.cpp"
|
|
"BowItem.h"
|
|
"BowlFoodItem.cpp"
|
|
"BowlFoodItem.h"
|
|
"BucketItem.cpp"
|
|
"BucketItem.h"
|
|
"CarrotOnAStickItem.cpp"
|
|
"CarrotOnAStickItem.h"
|
|
"ClockItem.cpp"
|
|
"ClockItem.h"
|
|
"CoalItem.cpp"
|
|
"CoalItem.h"
|
|
"ColoredTileItem.cpp"
|
|
"ColoredTileItem.h"
|
|
"CompassItem.cpp"
|
|
"CompassItem.h"
|
|
"ComplexItem.cpp"
|
|
"ComplexItem.h"
|
|
"DiggerItem.cpp"
|
|
"DiggerItem.h"
|
|
"DoorItem.cpp"
|
|
"DoorItem.h"
|
|
"DyePowderItem.cpp"
|
|
"DyePowderItem.h"
|
|
"EggItem.cpp"
|
|
"EggItem.h"
|
|
"EmptyMapItem.cpp"
|
|
"EmptyMapItem.h"
|
|
"EnchantedBookItem.cpp"
|
|
"EnchantedBookItem.h"
|
|
"EnderEyeItem.cpp"
|
|
"EnderEyeItem.h"
|
|
"EnderpearlItem.cpp"
|
|
"EnderpearlItem.h"
|
|
"ExperienceItem.cpp"
|
|
"ExperienceItem.h"
|
|
"FireChargeItem.cpp"
|
|
"FireChargeItem.h"
|
|
"FireworksChargeItem.cpp"
|
|
"FireworksChargeItem.h"
|
|
"FireworksItem.cpp"
|
|
"FireworksItem.h"
|
|
"FishingRodItem.cpp"
|
|
"FishingRodItem.h"
|
|
"FlintAndSteelItem.cpp"
|
|
"FlintAndSteelItem.h"
|
|
"FoodItem.cpp"
|
|
"FoodItem.h"
|
|
"GoldenAppleItem.cpp"
|
|
"GoldenAppleItem.h"
|
|
"HangingEntityItem.cpp"
|
|
"HangingEntityItem.h"
|
|
"HatchetItem.cpp"
|
|
"HatchetItem.h"
|
|
"HoeItem.cpp"
|
|
"HoeItem.h"
|
|
"Item.cpp"
|
|
"Item.h"
|
|
"ItemInstance.cpp"
|
|
"ItemInstance.h"
|
|
"LeafTileItem.cpp"
|
|
"LeafTileItem.h"
|
|
"LeashItem.cpp"
|
|
"LeashItem.h"
|
|
"MapItem.cpp"
|
|
"MapItem.h"
|
|
"MilkBucketItem.cpp"
|
|
"MilkBucketItem.h"
|
|
"MinecartItem.cpp"
|
|
"MinecartItem.h"
|
|
"MultiTextureTileItem.cpp"
|
|
"MultiTextureTileItem.h"
|
|
"NameTagItem.cpp"
|
|
"NameTagItem.h"
|
|
"PickaxeItem.cpp"
|
|
"PickaxeItem.h"
|
|
"PistonTileItem.cpp"
|
|
"PistonTileItem.h"
|
|
"PotionItem.cpp"
|
|
"PotionItem.h"
|
|
"Rarity.cpp"
|
|
"Rarity.h"
|
|
"RecordingItem.cpp"
|
|
"RecordingItem.h"
|
|
"RedStoneItem.cpp"
|
|
"RedStoneItem.h"
|
|
"SaddleItem.cpp"
|
|
"SaddleItem.h"
|
|
"SaplingTileItem.cpp"
|
|
"SaplingTileItem.h"
|
|
"SeedFoodItem.cpp"
|
|
"SeedFoodItem.h"
|
|
"SeedItem.cpp"
|
|
"SeedItem.h"
|
|
"ShearsItem.cpp"
|
|
"ShearsItem.h"
|
|
"ShovelItem.cpp"
|
|
"ShovelItem.h"
|
|
"SignItem.cpp"
|
|
"SignItem.h"
|
|
"SimpleFoiledItem.cpp"
|
|
"SimpleFoiledItem.h"
|
|
"SkullItem.cpp"
|
|
"SkullItem.h"
|
|
"SnowItem.cpp"
|
|
"SnowItem.h"
|
|
"SnowballItem.cpp"
|
|
"SnowballItem.h"
|
|
"SpawnEggItem.cpp"
|
|
"SpawnEggItem.h"
|
|
"StoneSlabTileItem.cpp"
|
|
"StoneSlabTileItem.h"
|
|
"TileItem.cpp"
|
|
"TileItem.h"
|
|
"TilePlanterItem.cpp"
|
|
"TilePlanterItem.h"
|
|
"UseAnim.h"
|
|
"WaterLilyTileItem.cpp"
|
|
"WaterLilyTileItem.h"
|
|
"WeaponItem.cpp"
|
|
"WeaponItem.h"
|
|
"WoolTileItem.cpp"
|
|
"WoolTileItem.h"
|
|
"WrittenBookItem.h"
|
|
"net.minecraft.world.item.h"
|
|
)
|
|
source_group("net/minecraft/world/item" FILES ${_SOURCES_NET_ITEM})
|
|
|
|
set(_SOURCES_NET_ITEM_ALCHEMY
|
|
"PotionBrewing.cpp"
|
|
"PotionBrewing.h"
|
|
"net.minecraft.world.item.alchemy.h"
|
|
)
|
|
source_group("net/minecraft/world/item/alchemy" FILES ${_SOURCES_NET_ITEM_ALCHEMY})
|
|
|
|
set(_SOURCES_NET_ITEM_CRAFTING
|
|
"ArmorDyeRecipe.cpp"
|
|
"ArmorDyeRecipe.h"
|
|
"ArmorRecipes.cpp"
|
|
"ArmorRecipes.h"
|
|
"ClothDyeRecipes.cpp"
|
|
"ClothDyeRecipes.h"
|
|
"FireworksRecipe.cpp"
|
|
"FireworksRecipe.h"
|
|
"FoodRecipies.cpp"
|
|
"FoodRecipies.h"
|
|
"FurnaceRecipes.cpp"
|
|
"FurnaceRecipes.h"
|
|
"MapCloningRecipe.h"
|
|
"MapExtendingRecipe.h"
|
|
"OreRecipies.cpp"
|
|
"OreRecipies.h"
|
|
"Recipes.cpp"
|
|
"Recipes.h"
|
|
"Recipy.h"
|
|
"ShapedRecipy.cpp"
|
|
"ShapedRecipy.h"
|
|
"ShapelessRecipy.cpp"
|
|
"ShapelessRecipy.h"
|
|
"StructureRecipies.cpp"
|
|
"StructureRecipies.h"
|
|
"ToolRecipies.cpp"
|
|
"ToolRecipies.h"
|
|
"WeaponRecipies.cpp"
|
|
"WeaponRecipies.h"
|
|
"net.minecraft.world.item.crafting.h"
|
|
)
|
|
source_group("net/minecraft/world/item/crafting" FILES ${_SOURCES_NET_ITEM_CRAFTING})
|
|
|
|
set(_SOURCES_NET_ITEM_ENCHANTMENT
|
|
"ArrowDamageEnchantment.cpp"
|
|
"ArrowDamageEnchantment.h"
|
|
"ArrowFireEnchantment.cpp"
|
|
"ArrowFireEnchantment.h"
|
|
"ArrowInfiniteEnchantment.cpp"
|
|
"ArrowInfiniteEnchantment.h"
|
|
"ArrowKnockbackEnchantment.cpp"
|
|
"ArrowKnockbackEnchantment.h"
|
|
"DamageEnchantment.cpp"
|
|
"DamageEnchantment.h"
|
|
"DigDurabilityEnchantment.cpp"
|
|
"DigDurabilityEnchantment.h"
|
|
"DiggingEnchantment.cpp"
|
|
"DiggingEnchantment.h"
|
|
"Enchantment.cpp"
|
|
"Enchantment.h"
|
|
"EnchantmentCategory.cpp"
|
|
"EnchantmentCategory.h"
|
|
"EnchantmentHelper.cpp"
|
|
"EnchantmentHelper.h"
|
|
"EnchantmentInstance.cpp"
|
|
"EnchantmentInstance.h"
|
|
"FireAspectEnchantment.cpp"
|
|
"FireAspectEnchantment.h"
|
|
"KnockbackEnchantment.cpp"
|
|
"KnockbackEnchantment.h"
|
|
"LootBonusEnchantment.cpp"
|
|
"LootBonusEnchantment.h"
|
|
"OxygenEnchantment.cpp"
|
|
"OxygenEnchantment.h"
|
|
"ProtectionEnchantment.cpp"
|
|
"ProtectionEnchantment.h"
|
|
"ThornsEnchantment.cpp"
|
|
"ThornsEnchantment.h"
|
|
"UntouchingEnchantment.cpp"
|
|
"UntouchingEnchantment.h"
|
|
"WaterWorkerEnchantment.cpp"
|
|
"WaterWorkerEnchantment.h"
|
|
"net.minecraft.world.item.enchantment.h"
|
|
)
|
|
source_group("net/minecraft/world/item/enchantment" FILES ${_SOURCES_NET_ITEM_ENCHANTMENT})
|
|
|
|
set(_SOURCES_NET_ITEM_TRADING
|
|
"Merchant.h"
|
|
"MerchantRecipe.cpp"
|
|
"MerchantRecipe.h"
|
|
"MerchantRecipeList.cpp"
|
|
"MerchantRecipeList.h"
|
|
"net.minecraft.world.item.trading.h"
|
|
)
|
|
source_group("net/minecraft/world/item/trading" FILES ${_SOURCES_NET_ITEM_TRADING})
|
|
|
|
set(_SOURCES_NET_LEVEL
|
|
"BaseMobSpawner.cpp"
|
|
"BaseMobSpawner.h"
|
|
"BlockDestructionProgress.cpp"
|
|
"BlockDestructionProgress.h"
|
|
"Calendar.cpp"
|
|
"Calendar.h"
|
|
"ChunkPos.cpp"
|
|
"ChunkPos.h"
|
|
"Coord.h"
|
|
"Explosion.cpp"
|
|
"Explosion.h"
|
|
"FoliageColor.cpp"
|
|
"FoliageColor.h"
|
|
"GameRules.cpp"
|
|
"GameRules.h"
|
|
"GrassColor.cpp"
|
|
"GrassColor.h"
|
|
"Level.cpp"
|
|
"Level.h"
|
|
"LevelConflictException.cpp"
|
|
"LevelConflictException.h"
|
|
"LevelListener.h"
|
|
"LevelSettings.cpp"
|
|
"LevelSettings.h"
|
|
"LevelSource.h"
|
|
"LevelType.cpp"
|
|
"LevelType.h"
|
|
"LightLayer.h"
|
|
"MobSpawner.cpp"
|
|
"MobSpawner.h"
|
|
"PortalForcer.cpp"
|
|
"PortalForcer.h"
|
|
"Region.cpp"
|
|
"Region.h"
|
|
"TickNextTickData.cpp"
|
|
"TickNextTickData.h"
|
|
"TileEventData.cpp"
|
|
"TileEventData.h"
|
|
"TilePos.cpp"
|
|
"TilePos.h"
|
|
"WaterColor.cpp"
|
|
"WaterColor.h"
|
|
"net.minecraft.world.level.h"
|
|
)
|
|
source_group("net/minecraft/world/level" FILES ${_SOURCES_NET_LEVEL})
|
|
|
|
set(_SOURCES_NET_LEVEL_BIOME
|
|
"BeachBiome.cpp"
|
|
"BeachBiome.h"
|
|
"Biome.cpp"
|
|
"Biome.h"
|
|
"BiomeCache.cpp"
|
|
"BiomeCache.h"
|
|
"BiomeDecorator.cpp"
|
|
"BiomeDecorator.h"
|
|
"BiomeSource.cpp"
|
|
"BiomeSource.h"
|
|
"DesertBiome.cpp"
|
|
"DesertBiome.h"
|
|
"ExtremeHillsBiome.cpp"
|
|
"ExtremeHillsBiome.h"
|
|
"FixedBiomeSource.cpp"
|
|
"FixedBiomeSource.h"
|
|
"ForestBiome.cpp"
|
|
"ForestBiome.h"
|
|
"HellBiome.cpp"
|
|
"HellBiome.h"
|
|
"IceBiome.cpp"
|
|
"IceBiome.h"
|
|
"JungleBiome.cpp"
|
|
"JungleBiome.h"
|
|
"MushroomIslandBiome.cpp"
|
|
"MushroomIslandBiome.h"
|
|
"OceanBiome.h"
|
|
"PlainsBiome.cpp"
|
|
"PlainsBiome.h"
|
|
"RainforestBiome.cpp"
|
|
"RainforestBiome.h"
|
|
"RiverBiome.h"
|
|
"SwampBiome.cpp"
|
|
"SwampBiome.h"
|
|
"TaigaBiome.cpp"
|
|
"TaigaBiome.h"
|
|
"TheEndBiome.cpp"
|
|
"TheEndBiome.h"
|
|
"TheEndBiomeDecorator.cpp"
|
|
"TheEndBiomeDecorator.h"
|
|
"WaterlilyFeature.cpp"
|
|
"WaterlilyFeature.h"
|
|
"net.minecraft.world.level.biome.h"
|
|
)
|
|
source_group("net/minecraft/world/level/biome" FILES ${_SOURCES_NET_LEVEL_BIOME})
|
|
|
|
set(_SOURCES_NET_LEVEL_CHUNK
|
|
"BlockReplacements.cpp"
|
|
"BlockReplacements.h"
|
|
"ChunkSource.h"
|
|
"CompressedTileStorage.cpp"
|
|
"CompressedTileStorage.h"
|
|
"DataLayer.cpp"
|
|
"DataLayer.h"
|
|
"EmptyLevelChunk.cpp"
|
|
"EmptyLevelChunk.h"
|
|
"LevelChunk.cpp"
|
|
"LevelChunk.h"
|
|
"ReadOnlyChunkCache.cpp"
|
|
"ReadOnlyChunkCache.h"
|
|
"SparseDataStorage.cpp"
|
|
"SparseDataStorage.h"
|
|
"SparseLightStorage.cpp"
|
|
"SparseLightStorage.h"
|
|
"WaterLevelChunk.cpp"
|
|
"WaterLevelChunk.h"
|
|
"net.minecraft.world.level.chunk.h"
|
|
)
|
|
source_group("net/minecraft/world/level/chunk" FILES ${_SOURCES_NET_LEVEL_CHUNK})
|
|
|
|
set(_SOURCES_NET_LEVEL_CHUNK_STORAGE
|
|
"ChunkStorage.h"
|
|
"ChunkStorageProfileDecorator.cpp"
|
|
"ChunkStorageProfileDecorator.h"
|
|
"McRegionChunkStorage.cpp"
|
|
"McRegionChunkStorage.h"
|
|
"MemoryChunkStorage.cpp"
|
|
"MemoryChunkStorage.h"
|
|
"NbtSlotFile.cpp"
|
|
"NbtSlotFile.h"
|
|
"OldChunkStorage.cpp"
|
|
"OldChunkStorage.h"
|
|
"RegionFile.cpp"
|
|
"RegionFile.h"
|
|
"RegionFileCache.cpp"
|
|
"RegionFileCache.h"
|
|
"ZoneFile.cpp"
|
|
"ZoneFile.h"
|
|
"ZoneIo.cpp"
|
|
"ZoneIo.h"
|
|
"ZonedChunkStorage.cpp"
|
|
"ZonedChunkStorage.h"
|
|
"net.minecraft.world.level.chunk.storage.h"
|
|
)
|
|
source_group("net/minecraft/world/level/chunk/storage" FILES ${_SOURCES_NET_LEVEL_CHUNK_STORAGE})
|
|
|
|
set(_SOURCES_NET_LEVEL_DIMENSION
|
|
"Dimension.cpp"
|
|
"Dimension.h"
|
|
"HellDimension.cpp"
|
|
"HellDimension.h"
|
|
"NormalDimension.h"
|
|
"TheEndDimension.cpp"
|
|
"TheEndDimension.h"
|
|
"net.minecraft.world.level.dimension.h"
|
|
)
|
|
source_group("net/minecraft/world/level/dimension" FILES ${_SOURCES_NET_LEVEL_DIMENSION})
|
|
|
|
set(_SOURCES_NET_LEVEL_LEVELGEN
|
|
"CanyonFeature.cpp"
|
|
"CanyonFeature.h"
|
|
"CustomLevelSource.cpp"
|
|
"CustomLevelSource.h"
|
|
"DungeonFeature.cpp"
|
|
"DungeonFeature.h"
|
|
"FlatLevelSource.cpp"
|
|
"FlatLevelSource.h"
|
|
"HellFlatLevelSource.cpp"
|
|
"HellFlatLevelSource.h"
|
|
"HellRandomLevelSource.cpp"
|
|
"HellRandomLevelSource.h"
|
|
"LargeCaveFeature.cpp"
|
|
"LargeCaveFeature.h"
|
|
"LargeFeature.cpp"
|
|
"LargeFeature.h"
|
|
"LargeHellCaveFeature.cpp"
|
|
"LargeHellCaveFeature.h"
|
|
"RandomLevelSource.cpp"
|
|
"RandomLevelSource.h"
|
|
"TheEndLevelRandomLevelSource.cpp"
|
|
"TheEndLevelRandomLevelSource.h"
|
|
"TownFeature.h"
|
|
"net.minecraft.world.level.levelgen.h"
|
|
)
|
|
source_group("net/minecraft/world/level/levelgen" FILES ${_SOURCES_NET_LEVEL_LEVELGEN})
|
|
|
|
set(_SOURCES_NET_LEVEL_LEVELGEN_FEATURE
|
|
"BasicTree.cpp"
|
|
"BasicTree.h"
|
|
"BirchFeature.cpp"
|
|
"BirchFeature.h"
|
|
"BonusChestFeature.cpp"
|
|
"BonusChestFeature.h"
|
|
"CactusFeature.cpp"
|
|
"CactusFeature.h"
|
|
"CaveFeature.cpp"
|
|
"CaveFeature.h"
|
|
"ClayFeature.cpp"
|
|
"ClayFeature.h"
|
|
"DeadBushFeature.cpp"
|
|
"DeadBushFeature.h"
|
|
"DesertWellFeature.cpp"
|
|
"DesertWellFeature.h"
|
|
"EndPodiumFeature.cpp"
|
|
"EndPodiumFeature.h"
|
|
"Feature.cpp"
|
|
"Feature.h"
|
|
"FlowerFeature.cpp"
|
|
"FlowerFeature.h"
|
|
"GroundBushFeature.cpp"
|
|
"GroundBushFeature.h"
|
|
"HellFireFeature.cpp"
|
|
"HellFireFeature.h"
|
|
"HellPortalFeature.cpp"
|
|
"HellPortalFeature.h"
|
|
"HellSpringFeature.cpp"
|
|
"HellSpringFeature.h"
|
|
"HouseFeature.cpp"
|
|
"HouseFeature.h"
|
|
"HugeMushroomFeature.cpp"
|
|
"HugeMushroomFeature.h"
|
|
"LakeFeature.cpp"
|
|
"LakeFeature.h"
|
|
"LightGemFeature.cpp"
|
|
"LightGemFeature.h"
|
|
"MegaTreeFeature.cpp"
|
|
"MegaTreeFeature.h"
|
|
"MonsterRoomFeature.cpp"
|
|
"MonsterRoomFeature.h"
|
|
"OreFeature.cpp"
|
|
"OreFeature.h"
|
|
"PineFeature.cpp"
|
|
"PineFeature.h"
|
|
"PumpkinFeature.cpp"
|
|
"PumpkinFeature.h"
|
|
"ReedsFeature.cpp"
|
|
"ReedsFeature.h"
|
|
"SandFeature.cpp"
|
|
"SandFeature.h"
|
|
"SpikeFeature.cpp"
|
|
"SpikeFeature.h"
|
|
"SpringFeature.cpp"
|
|
"SpringFeature.h"
|
|
"SpruceFeature.cpp"
|
|
"SpruceFeature.h"
|
|
"SwampTreeFeature.cpp"
|
|
"SwampTreeFeature.h"
|
|
"TallGrassFeature.cpp"
|
|
"TallGrassFeature.h"
|
|
"TreeFeature.cpp"
|
|
"TreeFeature.h"
|
|
"VinesFeature.cpp"
|
|
"VinesFeature.h"
|
|
"net.minecraft.world.level.levelgen.feature.h"
|
|
)
|
|
source_group("net/minecraft/world/level/levelgen/feature" FILES ${_SOURCES_NET_LEVEL_LEVELGEN_FEATURE})
|
|
|
|
set(_SOURCES_NET_LEVEL_LEVELGEN_FLAT
|
|
"FlatGeneratorInfo.cpp"
|
|
"FlatGeneratorInfo.h"
|
|
"FlatLayerInfo.cpp"
|
|
"FlatLayerInfo.h"
|
|
"net.minecraft.world.level.levelgen.flat.h"
|
|
)
|
|
source_group("net/minecraft/world/level/levelgen/flat" FILES ${_SOURCES_NET_LEVEL_LEVELGEN_FLAT})
|
|
|
|
set(_SOURCES_NET_LEVEL_LEVELGEN_STRUCTURE
|
|
"BlockGenMethods.cpp"
|
|
"BlockGenMethods.h"
|
|
"BoundingBox.cpp"
|
|
"BoundingBox.h"
|
|
"MineShaftFeature.cpp"
|
|
"MineShaftFeature.h"
|
|
"MineShaftPieces.cpp"
|
|
"MineShaftPieces.h"
|
|
"MineShaftStart.cpp"
|
|
"MineShaftStart.h"
|
|
"NetherBridgeFeature.cpp"
|
|
"NetherBridgeFeature.h"
|
|
"NetherBridgePieces.cpp"
|
|
"NetherBridgePieces.h"
|
|
"RandomScatteredLargeFeature.cpp"
|
|
"RandomScatteredLargeFeature.h"
|
|
"ScatteredFeaturePieces.cpp"
|
|
"ScatteredFeaturePieces.h"
|
|
"SkyIslandDimension.cpp"
|
|
"StrongholdFeature.cpp"
|
|
"StrongholdFeature.h"
|
|
"StrongholdPieces.cpp"
|
|
"StrongholdPieces.h"
|
|
"StructureFeature.cpp"
|
|
"StructureFeature.h"
|
|
"StructureFeatureIO.cpp"
|
|
"StructureFeatureIO.h"
|
|
"StructureFeatureSavedData.cpp"
|
|
"StructureFeatureSavedData.h"
|
|
"StructurePiece.cpp"
|
|
"StructurePiece.h"
|
|
"StructureStart.cpp"
|
|
"StructureStart.h"
|
|
"VillageFeature.cpp"
|
|
"VillageFeature.h"
|
|
"VillagePieces.cpp"
|
|
"VillagePieces.h"
|
|
"net.minecraft.world.level.levelgen.structure.h"
|
|
)
|
|
source_group("net/minecraft/world/level/levelgen/structure" FILES ${_SOURCES_NET_LEVEL_LEVELGEN_STRUCTURE})
|
|
|
|
set(_SOURCES_NET_LEVEL_LEVELGEN_SYNTH
|
|
"Distort.cpp"
|
|
"Distort.h"
|
|
"Emboss.cpp"
|
|
"Emboss.h"
|
|
"FastNoise.cpp"
|
|
"FastNoise.h"
|
|
"ImprovedNoise.cpp"
|
|
"ImprovedNoise.h"
|
|
"PerlinNoise.cpp"
|
|
"PerlinNoise.h"
|
|
"PerlinSimplexNoise.cpp"
|
|
"PerlinSimplexNoise.h"
|
|
"Rotate.cpp"
|
|
"Rotate.h"
|
|
"Scale.cpp"
|
|
"Scale.h"
|
|
"SimplexNoise.cpp"
|
|
"SimplexNoise.h"
|
|
"Synth.cpp"
|
|
"Synth.h"
|
|
"net.minecraft.world.level.levelgen.synth.h"
|
|
)
|
|
source_group("net/minecraft/world/level/levelgen/synth" FILES ${_SOURCES_NET_LEVEL_LEVELGEN_SYNTH})
|
|
|
|
set(_SOURCES_NET_LEVEL_MATERIAL
|
|
"DecorationMaterial.h"
|
|
"GasMaterial.h"
|
|
"LiquidMaterial.h"
|
|
"Material.cpp"
|
|
"Material.h"
|
|
"MaterialColor.cpp"
|
|
"MaterialColor.h"
|
|
"PortalMaterial.h"
|
|
"WebMaterial.h"
|
|
"net.minecraft.world.level.material.h"
|
|
)
|
|
source_group("net/minecraft/world/level/material" FILES ${_SOURCES_NET_LEVEL_MATERIAL})
|
|
|
|
set(_SOURCES_NET_LEVEL_NEWBIOME_LAYER
|
|
"AddIslandLayer.cpp"
|
|
"AddIslandLayer.h"
|
|
"AddMushroomIslandLayer.cpp"
|
|
"AddMushroomIslandLayer.h"
|
|
"AddSnowLayer.cpp"
|
|
"AddSnowLayer.h"
|
|
"BiomeInitLayer.cpp"
|
|
"BiomeInitLayer.h"
|
|
"BiomeOverrideLayer.cpp"
|
|
"BiomeOverrideLayer.h"
|
|
"DownfallLayer.cpp"
|
|
"DownfallLayer.h"
|
|
"DownfallMixerLayer.cpp"
|
|
"DownfallMixerLayer.h"
|
|
"FlatLayer.cpp"
|
|
"FlatLayer.h"
|
|
"FuzzyZoomLayer.cpp"
|
|
"FuzzyZoomLayer.h"
|
|
"GrowMushroomIslandLayer.cpp"
|
|
"GrowMushroomIslandLayer.h"
|
|
"IntCache.cpp"
|
|
"IntCache.h"
|
|
"IslandLayer.cpp"
|
|
"IslandLayer.h"
|
|
"Layer.cpp"
|
|
"Layer.h"
|
|
"RegionHillsLayer.cpp"
|
|
"RegionHillsLayer.h"
|
|
"RiverInitLayer.cpp"
|
|
"RiverInitLayer.h"
|
|
"RiverLayer.cpp"
|
|
"RiverLayer.h"
|
|
"RiverMixerLayer.cpp"
|
|
"RiverMixerLayer.h"
|
|
"ShoreLayer.cpp"
|
|
"ShoreLayer.h"
|
|
"SmoothLayer.cpp"
|
|
"SmoothLayer.h"
|
|
"SmoothZoomLayer.cpp"
|
|
"SmoothZoomLayer.h"
|
|
"SwampRiversLayer.cpp"
|
|
"SwampRiversLayer.h"
|
|
"TemperatureLayer.cpp"
|
|
"TemperatureLayer.h"
|
|
"TemperatureMixerLayer.cpp"
|
|
"TemperatureMixerLayer.h"
|
|
"VoronoiZoom.cpp"
|
|
"VoronoiZoom.h"
|
|
"ZoomLayer.cpp"
|
|
"ZoomLayer.h"
|
|
"net.minecraft.world.level.newbiome.layer.h"
|
|
)
|
|
source_group("net/minecraft/world/level/newbiome/layer" FILES ${_SOURCES_NET_LEVEL_NEWBIOME_LAYER})
|
|
|
|
set(_SOURCES_NET_LEVEL_PATHFINDER
|
|
"BinaryHeap.cpp"
|
|
"BinaryHeap.h"
|
|
"Node.cpp"
|
|
"Node.h"
|
|
"Path.cpp"
|
|
"Path.h"
|
|
"PathFinder.cpp"
|
|
"PathFinder.h"
|
|
"net.minecraft.world.level.pathfinder.h"
|
|
)
|
|
source_group("net/minecraft/world/level/pathfinder" FILES ${_SOURCES_NET_LEVEL_PATHFINDER})
|
|
|
|
set(_SOURCES_NET_LEVEL_REDSTONE
|
|
"Redstone.cpp"
|
|
"Redstone.h"
|
|
"net.minecraft.world.level.redstone.h"
|
|
)
|
|
source_group("net/minecraft/world/level/redstone" FILES ${_SOURCES_NET_LEVEL_REDSTONE})
|
|
|
|
set(_SOURCES_NET_LEVEL_SAVEDDATA
|
|
"MapItemSavedData.cpp"
|
|
"MapItemSavedData.h"
|
|
"SavedData.cpp"
|
|
"SavedData.h"
|
|
"net.minecraft.world.level.saveddata.h"
|
|
)
|
|
source_group("net/minecraft/world/level/saveddata" FILES ${_SOURCES_NET_LEVEL_SAVEDDATA})
|
|
|
|
set(_SOURCES_NET_LEVEL_STORAGE
|
|
"DerivedLevelData.cpp"
|
|
"DerivedLevelData.h"
|
|
"DirectoryLevelStorage.cpp"
|
|
"DirectoryLevelStorage.h"
|
|
"DirectoryLevelStorageSource.cpp"
|
|
"DirectoryLevelStorageSource.h"
|
|
"LevelData.cpp"
|
|
"LevelData.h"
|
|
"LevelStorage.cpp"
|
|
"LevelStorage.h"
|
|
"LevelStorageProfilerDecorator.cpp"
|
|
"LevelStorageProfilerDecorator.h"
|
|
"LevelStorageSource.h"
|
|
"LevelSummary.cpp"
|
|
"LevelSummary.h"
|
|
"McRegionLevelStorage.cpp"
|
|
"McRegionLevelStorage.h"
|
|
"McRegionLevelStorageSource.cpp"
|
|
"McRegionLevelStorageSource.h"
|
|
"MemoryLevelStorage.cpp"
|
|
"MemoryLevelStorage.h"
|
|
"MemoryLevelStorageSource.cpp"
|
|
"MemoryLevelStorageSource.h"
|
|
"MockedLevelStorage.cpp"
|
|
"MockedLevelStorage.h"
|
|
"PlayerIO.h"
|
|
"SavedDataStorage.cpp"
|
|
"SavedDataStorage.h"
|
|
"net.minecraft.world.level.storage.h"
|
|
)
|
|
source_group("net/minecraft/world/level/storage" FILES ${_SOURCES_NET_LEVEL_STORAGE})
|
|
|
|
set(_SOURCES_NET_LEVEL_TILE
|
|
"AirTile.cpp"
|
|
"AirTile.h"
|
|
"AnvilTile.cpp"
|
|
"AnvilTile.h"
|
|
"BaseEntityTile.cpp"
|
|
"BaseEntityTile.h"
|
|
"BasePressurePlateTile.cpp"
|
|
"BasePressurePlateTile.h"
|
|
"BaseRailTile.cpp"
|
|
"BaseRailTile.h"
|
|
"BeaconTile.cpp"
|
|
"BeaconTile.h"
|
|
"BedTile.cpp"
|
|
"BedTile.h"
|
|
"BookshelfTile.cpp"
|
|
"BookshelfTile.h"
|
|
"BrewingStandTile.cpp"
|
|
"BrewingStandTile.h"
|
|
"Bush.cpp"
|
|
"Bush.h"
|
|
"ButtonTile.cpp"
|
|
"ButtonTile.h"
|
|
"CactusTile.cpp"
|
|
"CactusTile.h"
|
|
"CakeTile.cpp"
|
|
"CakeTile.h"
|
|
"CarrotTile.cpp"
|
|
"CarrotTile.h"
|
|
"CauldronTile.cpp"
|
|
"CauldronTile.h"
|
|
"ChestTile.cpp"
|
|
"ChestTile.h"
|
|
"ClayTile.cpp"
|
|
"ClayTile.h"
|
|
"CocoaTile.cpp"
|
|
"CocoaTile.h"
|
|
"ColoredTile.cpp"
|
|
"ColoredTile.h"
|
|
"CommandBlock.cpp"
|
|
"CommandBlock.h"
|
|
"ComparatorTile.cpp"
|
|
"ComparatorTile.h"
|
|
"CoralTile.cpp"
|
|
"CoralTile.h"
|
|
"CropTile.cpp"
|
|
"CropTile.h"
|
|
"DaylightDetectorTile.cpp"
|
|
"DaylightDetectorTile.h"
|
|
"DeadBushTile.cpp"
|
|
"DeadBushTile.h"
|
|
"DetectorRailTile.cpp"
|
|
"DetectorRailTile.h"
|
|
"DiodeTile.cpp"
|
|
"DiodeTile.h"
|
|
"DirectionalTile.cpp"
|
|
"DirectionalTile.h"
|
|
"DirtTile.cpp"
|
|
"DirtTile.h"
|
|
"DispenserTile.cpp"
|
|
"DispenserTile.h"
|
|
"DoorTile.cpp"
|
|
"DoorTile.h"
|
|
"DropperTile.cpp"
|
|
"DropperTile.h"
|
|
"EggTile.cpp"
|
|
"EggTile.h"
|
|
"EnchantmentTableTile.cpp"
|
|
"EnchantmentTableTile.h"
|
|
"EnderChestTile.cpp"
|
|
"EnderChestTile.h"
|
|
"EntityTile.h"
|
|
"FarmTile.cpp"
|
|
"FarmTile.h"
|
|
"FenceGateTile.cpp"
|
|
"FenceGateTile.h"
|
|
"FenceTile.cpp"
|
|
"FenceTile.h"
|
|
"FireTile.cpp"
|
|
"FireTile.h"
|
|
"FlowerPotTile.cpp"
|
|
"FlowerPotTile.h"
|
|
"FurnaceTile.cpp"
|
|
"FurnaceTile.h"
|
|
"GlassTile.cpp"
|
|
"GlassTile.h"
|
|
"GlowstoneTile.cpp"
|
|
"GlowstoneTile.h"
|
|
"GrassTile.cpp"
|
|
"GrassTile.h"
|
|
"GravelTile.cpp"
|
|
"GravelTile.h"
|
|
"HalfSlabTile.cpp"
|
|
"HalfSlabTile.h"
|
|
"HalfTransparentTile.cpp"
|
|
"HalfTransparentTile.h"
|
|
"HayBlockTile.cpp"
|
|
"HayBlockTile.h"
|
|
"HeavyTile.cpp"
|
|
"HeavyTile.h"
|
|
"HopperTile.cpp"
|
|
"HopperTile.h"
|
|
"HugeMushroomTile.cpp"
|
|
"HugeMushroomTile.h"
|
|
"IceTile.cpp"
|
|
"IceTile.h"
|
|
"JukeboxTile.cpp"
|
|
"JukeboxTile.h"
|
|
"LadderTile.cpp"
|
|
"LadderTile.h"
|
|
"LeafTile.cpp"
|
|
"LeafTile.h"
|
|
"LevelEvent.h"
|
|
"LeverTile.cpp"
|
|
"LeverTile.h"
|
|
"LiquidTile.cpp"
|
|
"LiquidTile.h"
|
|
"LiquidTileDynamic.cpp"
|
|
"LiquidTileDynamic.h"
|
|
"LiquidTileStatic.cpp"
|
|
"LiquidTileStatic.h"
|
|
"LockedChestTile.cpp"
|
|
"LockedChestTile.h"
|
|
"MelonTile.cpp"
|
|
"MelonTile.h"
|
|
"MetalTile.cpp"
|
|
"MetalTile.h"
|
|
"MobSpawnerTile.cpp"
|
|
"MobSpawnerTile.h"
|
|
"Mushroom.cpp"
|
|
"Mushroom.h"
|
|
"MycelTile.cpp"
|
|
"MycelTile.h"
|
|
"NetherWartTile.cpp"
|
|
"NetherWartTile.h"
|
|
"NetherrackTile.cpp"
|
|
"NetherrackTile.h"
|
|
"NotGateTile.cpp"
|
|
"NotGateTile.h"
|
|
"NoteBlockTile.cpp"
|
|
"NoteBlockTile.h"
|
|
"ObsidianTile.cpp"
|
|
"ObsidianTile.h"
|
|
"OreTile.cpp"
|
|
"OreTile.h"
|
|
"PortalTile.cpp"
|
|
"PortalTile.h"
|
|
"PotatoTile.cpp"
|
|
"PotatoTile.h"
|
|
"PoweredMetalTile.cpp"
|
|
"PoweredMetalTile.h"
|
|
"PoweredRailTile.cpp"
|
|
"PoweredRailTile.h"
|
|
"PressurePlateTile.cpp"
|
|
"PressurePlateTile.h"
|
|
"PumpkinTile.cpp"
|
|
"PumpkinTile.h"
|
|
"QuartzBlockTile.cpp"
|
|
"QuartzBlockTile.h"
|
|
"RailTile.cpp"
|
|
"RailTile.h"
|
|
"RedStoneDustTile.cpp"
|
|
"RedStoneDustTile.h"
|
|
"RedStoneOreTile.cpp"
|
|
"RedStoneOreTile.h"
|
|
"RedlightTile.cpp"
|
|
"RedlightTile.h"
|
|
"ReedTile.cpp"
|
|
"ReedTile.h"
|
|
"RepeaterTile.cpp"
|
|
"RepeaterTile.h"
|
|
"RotatedPillarTile.cpp"
|
|
"RotatedPillarTile.h"
|
|
"SandStoneTile.cpp"
|
|
"SandStoneTile.h"
|
|
"Sapling.cpp"
|
|
"Sapling.h"
|
|
"SignTile.cpp"
|
|
"SignTile.h"
|
|
"SkullTile.cpp"
|
|
"SkullTile.h"
|
|
"SmoothStoneBrickTile.cpp"
|
|
"SmoothStoneBrickTile.h"
|
|
"SnowTile.cpp"
|
|
"SnowTile.h"
|
|
"SoulSandTile.cpp"
|
|
"SoulSandTile.h"
|
|
"Sponge.cpp"
|
|
"Sponge.h"
|
|
"StainedGlassBlock.cpp"
|
|
"StainedGlassBlock.h"
|
|
"StainedGlassPaneBlock.cpp"
|
|
"StainedGlassPaneBlock.h"
|
|
"StairTile.cpp"
|
|
"StairTile.h"
|
|
"StemTile.cpp"
|
|
"StemTile.h"
|
|
"StoneButtonTile.cpp"
|
|
"StoneButtonTile.h"
|
|
"StoneMonsterTile.cpp"
|
|
"StoneMonsterTile.h"
|
|
"StoneSlabTile.cpp"
|
|
"StoneSlabTile.h"
|
|
"StoneTile.cpp"
|
|
"StoneTile.h"
|
|
"TallGrass.cpp"
|
|
"TallGrass.h"
|
|
"TheEndPortal.cpp"
|
|
"TheEndPortal.h"
|
|
"TheEndPortalFrameTile.cpp"
|
|
"TheEndPortalFrameTile.h"
|
|
"ThinFenceTile.cpp"
|
|
"ThinFenceTile.h"
|
|
"Tile.cpp"
|
|
"Tile.h"
|
|
"TntTile.cpp"
|
|
"TntTile.h"
|
|
"TopSnowTile.cpp"
|
|
"TopSnowTile.h"
|
|
"TorchTile.cpp"
|
|
"TorchTile.h"
|
|
"TransparentTile.cpp"
|
|
"TransparentTile.h"
|
|
"TrapDoorTile.cpp"
|
|
"TrapDoorTile.h"
|
|
"TreeTile.cpp"
|
|
"TreeTile.h"
|
|
"TripWireSourceTile.cpp"
|
|
"TripWireSourceTile.h"
|
|
"TripWireTile.cpp"
|
|
"TripWireTile.h"
|
|
"VineTile.cpp"
|
|
"VineTile.h"
|
|
"WallTile.cpp"
|
|
"WallTile.h"
|
|
"WaterLilyTile.cpp"
|
|
"WaterLilyTile.h"
|
|
"WebTile.cpp"
|
|
"WebTile.h"
|
|
"WeightedPressurePlateTile.cpp"
|
|
"WeightedPressurePlateTile.h"
|
|
"WoodButtonTile.cpp"
|
|
"WoodButtonTile.h"
|
|
"WoodSlabTile.cpp"
|
|
"WoodSlabTile.h"
|
|
"WoodTile.cpp"
|
|
"WoodTile.h"
|
|
"WoolCarpetTile.cpp"
|
|
"WoolCarpetTile.h"
|
|
"WorkbenchTile.cpp"
|
|
"WorkbenchTile.h"
|
|
"net.minecraft.world.level.tile.h"
|
|
)
|
|
source_group("net/minecraft/world/level/tile" FILES ${_SOURCES_NET_LEVEL_TILE})
|
|
|
|
set(_SOURCES_NET_LEVEL_TILE_ENTITY
|
|
"BeaconTileEntity.cpp"
|
|
"BeaconTileEntity.h"
|
|
"BrewingStandTileEntity.cpp"
|
|
"BrewingStandTileEntity.h"
|
|
"ChestTileEntity.cpp"
|
|
"ChestTileEntity.h"
|
|
"CommandBlockEntity.cpp"
|
|
"CommandBlockEntity.h"
|
|
"ComparatorTileEntity.cpp"
|
|
"ComparatorTileEntity.h"
|
|
"DaylightDetectorTileEntity.cpp"
|
|
"DaylightDetectorTileEntity.h"
|
|
"DispenserTileEntity.cpp"
|
|
"DispenserTileEntity.h"
|
|
"DropperTileEntity.cpp"
|
|
"DropperTileEntity.h"
|
|
"EnchantmentTableEntity.cpp"
|
|
"EnchantmentTableEntity.h"
|
|
"EnderChestTileEntity.cpp"
|
|
"EnderChestTileEntity.h"
|
|
"FurnaceTileEntity.cpp"
|
|
"FurnaceTileEntity.h"
|
|
"Hopper.h"
|
|
"HopperTileEntity.cpp"
|
|
"HopperTileEntity.h"
|
|
"MobSpawnerTileEntity.cpp"
|
|
"MobSpawnerTileEntity.h"
|
|
"MusicTileEntity.cpp"
|
|
"MusicTileEntity.h"
|
|
"SignTileEntity.cpp"
|
|
"SignTileEntity.h"
|
|
"SkullTileEntity.cpp"
|
|
"SkullTileEntity.h"
|
|
"TheEndPortalTileEntity.cpp"
|
|
"TheEndPortalTileEntity.h"
|
|
"TileEntity.cpp"
|
|
"TileEntity.h"
|
|
"net.minecraft.world.level.tile.entity.h"
|
|
)
|
|
source_group("net/minecraft/world/level/tile/entity" FILES ${_SOURCES_NET_LEVEL_TILE_ENTITY})
|
|
|
|
set(_SOURCES_NET_LEVEL_TILE_PISTON
|
|
"PistonBaseTile.cpp"
|
|
"PistonBaseTile.h"
|
|
"PistonExtensionTile.cpp"
|
|
"PistonExtensionTile.h"
|
|
"PistonMovingPiece.cpp"
|
|
"PistonMovingPiece.h"
|
|
"PistonPieceEntity.cpp"
|
|
"PistonPieceEntity.h"
|
|
"net.minecraft.world.level.tile.piston.h"
|
|
)
|
|
source_group("net/minecraft/world/level/tile/piston" FILES ${_SOURCES_NET_LEVEL_TILE_PISTON})
|
|
|
|
set(_SOURCES_NET_PHYS
|
|
"AABB.cpp"
|
|
"AABB.h"
|
|
"HitResult.cpp"
|
|
"HitResult.h"
|
|
"Vec3.cpp"
|
|
"Vec3.h"
|
|
"net.minecraft.world.phys.h"
|
|
)
|
|
source_group("net/minecraft/world/phys" FILES ${_SOURCES_NET_PHYS})
|
|
|
|
set(_SOURCES_NET_SCORES
|
|
"Objective.cpp"
|
|
"Objective.h"
|
|
"PlayerTeam.cpp"
|
|
"PlayerTeam.h"
|
|
"Score.cpp"
|
|
"Score.h"
|
|
"ScoreHolder.h"
|
|
"Scoreboard.cpp"
|
|
"Scoreboard.h"
|
|
"ScoreboardSaveData.h"
|
|
"Team.cpp"
|
|
"Team.h"
|
|
"net.minecraft.world.scores.h"
|
|
)
|
|
source_group("net/minecraft/world/scores" FILES ${_SOURCES_NET_SCORES})
|
|
|
|
set(_SOURCES_NET_SCORES_CRITERIA
|
|
"DummyCriteria.cpp"
|
|
"DummyCriteria.h"
|
|
"HealthCriteria.cpp"
|
|
"HealthCriteria.h"
|
|
"ObjectiveCriteria.cpp"
|
|
"ObjectiveCriteria.h"
|
|
"net.minecraft.world.scores.criteria.h"
|
|
)
|
|
source_group("net/minecraft/world/scores/criteria" FILES ${_SOURCES_NET_SCORES_CRITERIA})
|
|
|
|
set(_SOURCES_X64HEADERS
|
|
"x64headers/extraX64.h"
|
|
"x64headers/qnet.h"
|
|
"x64headers/xmcore.h"
|
|
"x64headers/xrnm.h"
|
|
"x64headers/xsocialpost.h"
|
|
"x64headers/xuiapp.h"
|
|
"x64headers/xuiresource.h"
|
|
)
|
|
source_group("x64headers" FILES ${_SOURCES_X64HEADERS})
|
|
|
|
set(MINECRAFT_WORLD_SOURCES
|
|
${_SOURCES_ROOT}
|
|
${_SOURCES_CONSOLEHELPERS}
|
|
${_SOURCES_CONSOLEHELPERS_CONSOLESAVEFILEIO}
|
|
${_SOURCES_CONSOLEJAVALIBS}
|
|
${_SOURCES_CONSOLEJAVALIBS_INPUTOUTPUTSTREAM}
|
|
${_SOURCES_HEADER_FILES}
|
|
${_SOURCES_SOURCE_FILES}
|
|
${_SOURCES_ARGO}
|
|
${_SOURCES_COM_MOJANG_NBT}
|
|
${_SOURCES_NET_MINECRAFT}
|
|
${_SOURCES_NET_MINECRAFT_COMMANDS}
|
|
${_SOURCES_NET_MINECRAFT_COMMANDS_COMMON}
|
|
${_SOURCES_NET_MINECRAFT_CORE}
|
|
${_SOURCES_NET_MINECRAFT_LOCALE}
|
|
${_SOURCES_NET_MINECRAFT_NETWORK}
|
|
${_SOURCES_NET_MINECRAFT_NETWORK_PACKET}
|
|
${_SOURCES_NET_MINECRAFT_STATS}
|
|
${_SOURCES_NET_MINECRAFT_UTIL}
|
|
${_SOURCES_NET_MINECRAFT_WORLD}
|
|
${_SOURCES_NET_DAMAGESOURCE}
|
|
${_SOURCES_NET_EFFECT}
|
|
${_SOURCES_NET_ENTITY}
|
|
${_SOURCES_NET_ENTITY_AI_ATTRIBUTES}
|
|
${_SOURCES_NET_ENTITY_AI_CONTROL}
|
|
${_SOURCES_NET_ENTITY_AI_GOAL}
|
|
${_SOURCES_NET_ENTITY_AI_GOAL_TARGET}
|
|
${_SOURCES_NET_ENTITY_AI_NAVIGATION}
|
|
${_SOURCES_NET_ENTITY_AI_SENSING}
|
|
${_SOURCES_NET_ENTITY_AI_UTIL}
|
|
${_SOURCES_NET_ENTITY_AI_VILLAGE}
|
|
${_SOURCES_NET_ENTITY_AMBIENT}
|
|
${_SOURCES_NET_ENTITY_ANIMAL}
|
|
${_SOURCES_NET_ENTITY_BOSS}
|
|
${_SOURCES_NET_ENTITY_BOSS_ENDERDRAGON}
|
|
${_SOURCES_NET_ENTITY_BOSS_WITHER}
|
|
${_SOURCES_NET_ENTITY_GLOBAL}
|
|
${_SOURCES_NET_ENTITY_ITEM}
|
|
${_SOURCES_NET_ENTITY_MONSTER}
|
|
${_SOURCES_NET_ENTITY_NPC}
|
|
${_SOURCES_NET_ENTITY_PLAYER}
|
|
${_SOURCES_NET_ENTITY_PROJECTILE}
|
|
${_SOURCES_NET_FOOD}
|
|
${_SOURCES_NET_INVENTORY}
|
|
${_SOURCES_NET_ITEM}
|
|
${_SOURCES_NET_ITEM_ALCHEMY}
|
|
${_SOURCES_NET_ITEM_CRAFTING}
|
|
${_SOURCES_NET_ITEM_ENCHANTMENT}
|
|
${_SOURCES_NET_ITEM_TRADING}
|
|
${_SOURCES_NET_LEVEL}
|
|
${_SOURCES_NET_LEVEL_BIOME}
|
|
${_SOURCES_NET_LEVEL_CHUNK}
|
|
${_SOURCES_NET_LEVEL_CHUNK_STORAGE}
|
|
${_SOURCES_NET_LEVEL_DIMENSION}
|
|
${_SOURCES_NET_LEVEL_LEVELGEN}
|
|
${_SOURCES_NET_LEVEL_LEVELGEN_FEATURE}
|
|
${_SOURCES_NET_LEVEL_LEVELGEN_FLAT}
|
|
${_SOURCES_NET_LEVEL_LEVELGEN_STRUCTURE}
|
|
${_SOURCES_NET_LEVEL_LEVELGEN_SYNTH}
|
|
${_SOURCES_NET_LEVEL_MATERIAL}
|
|
${_SOURCES_NET_LEVEL_NEWBIOME_LAYER}
|
|
${_SOURCES_NET_LEVEL_PATHFINDER}
|
|
${_SOURCES_NET_LEVEL_REDSTONE}
|
|
${_SOURCES_NET_LEVEL_SAVEDDATA}
|
|
${_SOURCES_NET_LEVEL_STORAGE}
|
|
${_SOURCES_NET_LEVEL_TILE}
|
|
${_SOURCES_NET_LEVEL_TILE_ENTITY}
|
|
${_SOURCES_NET_LEVEL_TILE_PISTON}
|
|
${_SOURCES_NET_PHYS}
|
|
${_SOURCES_NET_SCORES}
|
|
${_SOURCES_NET_SCORES_CRITERIA}
|
|
${_SOURCES_X64HEADERS}
|
|
PARENT_SCOPE
|
|
)
|