forked from SpongePowered/Sponge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmixins.sponge.api.json
More file actions
507 lines (507 loc) · 31.6 KB
/
mixins.sponge.api.json
File metadata and controls
507 lines (507 loc) · 31.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
{
"required": true,
"parent": "mixins.sponge.parent.json",
"package": "org.spongepowered.common.mixin.api",
"mixinPriority": 1100,
"mixins": [
"common.entity.living.HumanEntityMixin_API",
"data.DataHolderMixin_API",
"data.persistence.DataContainerMixin_API",
"entity.ai.goal.AbstractGoalMixin_API",
"item.merchant.MerchantMixin_API",
"minecraft.advancements.AdvancementMixin_API",
"minecraft.advancements.AdvancementNodeMixin_API",
"minecraft.advancements.AdvancementProgressMixin_API",
"minecraft.advancements.AdvancementTypeMixin_API",
"minecraft.advancements.CriterionMixin_API",
"minecraft.advancements.CriterionProgressMixin_API",
"minecraft.advancements.CriterionTriggerInstanceMixin_API",
"minecraft.advancements.CriterionTriggerMixin_API",
"minecraft.advancements.DisplayInfoMixin_API",
"minecraft.block.AbstractBlockMixin_API",
"minecraft.block.BlockMixin_API",
"minecraft.block.BlockSoundGroupMixin_API",
"minecraft.commands.CommandSourceStackMixin_API",
"minecraft.commands.arguments.selector.EntitySelectorMixin_API",
"minecraft.commands.arguments.selector.EntitySelectorParserMixin_API",
"minecraft.commands.synchronization.SuggestionProviders_WrapperMixin_API",
"minecraft.core.MappedRegistryMixin_API",
"minecraft.core.particles.ParticleTypeMixin_API",
"minecraft.entity.boss.WitherEntityMixin_API",
"minecraft.item.BlockItemMixin_API",
"minecraft.map.MapDecorationMixin_API",
"minecraft.map.MapDecorationTypeMixin_API",
"minecraft.map.MapInfoMixin_API",
"minecraft.network.FriendlyByteBufMixin_API",
"minecraft.network.chat.ChatTypeMixin_API",
"minecraft.network.chat.ChatTypeMixin_API$BoundMixin_API",
"minecraft.network.chat.MessageSignatureMixin_API",
"minecraft.network.chat.NumberFormatMixin_API",
"minecraft.network.protocol.status.ServerStatus_FaviconMixin_API",
"minecraft.network.protocol.status.ServerStatus_PlayersMixin_API",
"minecraft.network.protocol.status.ServerStatus_VersionMixin_API",
"minecraft.network.protocol.status.ServerStatusMixin_API",
"minecraft.resources.ResourceLocationMixin_API",
"minecraft.server.MinecraftServerMixin_API",
"minecraft.server.ServerScoreboardMixin_API",
"minecraft.server.level.ChunkMapMixin_API",
"minecraft.server.level.ServerLevelMixin_API",
"minecraft.server.level.ServerPlayerMixin_API",
"minecraft.server.level.TicketMixin_API",
"minecraft.server.level.TicketTypeMixin_API",
"minecraft.server.level.WorldGenRegionMixin_API",
"minecraft.server.network.MemoryServerHandshakePacketListenerImplMixin_API",
"minecraft.server.network.ServerCommonPacketListenerImplMixin_API",
"minecraft.server.network.ServerConfigurationPacketListenerImplMixin_API",
"minecraft.server.network.ServerGamePacketListenerImplMixin_API",
"minecraft.server.network.ServerHandshakePacketListenerImplMixin_API",
"minecraft.server.network.ServerLoginPacketListenerImplMixin_API",
"minecraft.server.packs.PackResourcesMixin_API",
"minecraft.server.packs.PackTypeMixin_API",
"minecraft.server.packs.repository.PackCompatibilityMixin_API",
"minecraft.server.packs.repository.PackMixin_API",
"minecraft.server.packs.repository.PackRepositoryMixin_API",
"minecraft.server.packs.resources.ResourceManagerMixin_API",
"minecraft.server.players.BanListEntryMixin_API",
"minecraft.server.players.GameProfileCacheMixin_API",
"minecraft.server.players.IpBanListEntryMixin_API",
"minecraft.server.players.StoredUserEntryMixin_API",
"minecraft.server.players.UserBanListEntryMixin_API",
"minecraft.server.rcon.RconConsoleSourceMixin_API",
"minecraft.server.rcon.thread.RconClientMixin_API",
"minecraft.sounds.MusicMixin_API",
"minecraft.sounds.SoundEventMixin_API",
"minecraft.state.BooleanPropertyMixin_API",
"minecraft.state.EnumPropertyMixin_API",
"minecraft.state.IntegerPropertyMixin_API",
"minecraft.state.PropertyMixin_API",
"minecraft.stats.StatMixin_API",
"minecraft.stats.StatTypeMixin_API",
"minecraft.tags.TagKeyMixin_API",
"minecraft.util.RandomSourceMixin_API",
"minecraft.util.StringRepresentableMixin_API",
"minecraft.world.DifficultyMixin_API",
"minecraft.world.InteractionHandMixin_API",
"minecraft.world.IWorldGenerationBaseReaderMixin_API",
"minecraft.world.IWorldGenerationReaderMixin_API",
"minecraft.world.damagesource.DamageScalingMixin_API",
"minecraft.world.damagesource.DamageSourceMixin_API",
"minecraft.world.damagesource.DamageTypeMixin_API",
"minecraft.world.effect.MobEffectInstanceMixin_API",
"minecraft.world.effect.MobEffectMixin_API",
"minecraft.world.entity.AgeableMobMixin_API",
"minecraft.world.entity.AreaEffectCloudMixin_API",
"minecraft.world.entity.Display_BillboardConstraintsMixin_API",
"minecraft.world.entity.Display_BlockDisplayMixin_API",
"minecraft.world.entity.Display_ItemDisplayMixin_API",
"minecraft.world.entity.Display_TextDisplay_AlignMixin_API",
"minecraft.world.entity.Display_TextDisplayMixin_API",
"minecraft.world.entity.DisplayMixin_API",
"minecraft.world.entity.EntityMixin_API",
"minecraft.world.entity.EntityTypeMixin_API",
"minecraft.world.entity.ExperienceOrbMixin_API",
"minecraft.world.entity.FlyingMobMixin_API",
"minecraft.world.entity.HumanoidArmMixin_API",
"minecraft.world.entity.InteractionMixin_API",
"minecraft.world.entity.LightningBoltMixin_API",
"minecraft.world.entity.LivingEntityMixin_API",
"minecraft.world.entity.MarkerMixin_API",
"minecraft.world.entity.MobCategoryMixin_API",
"minecraft.world.entity.MobMixin_API",
"minecraft.world.entity.OminousItemSpawnerMixin_API",
"minecraft.world.entity.PathfinderMobMixin_API",
"minecraft.world.entity.PortalProcessorMixin_API",
"minecraft.world.entity.TamableAnimalMixin_API",
"minecraft.world.entity.ai.attributes.AttributeInstanceMixin_API",
"minecraft.world.entity.ai.attributes.AttributeMixin_API",
"minecraft.world.entity.ai.attributes.AttributeModifier_OperationMixin_API",
"minecraft.world.entity.ai.attributes.AttributeModifierMixin_API",
"minecraft.world.entity.ai.attributes.RangedAttributeMixin_API",
"minecraft.world.entity.ai.goal.AvoidEntityGoalMixin_API",
"minecraft.world.entity.ai.goal.FloatGoalMixin_API",
"minecraft.world.entity.ai.goal.GoalMixin_API",
"minecraft.world.entity.ai.goal.GoalSelectorMixin_API",
"minecraft.world.entity.ai.goal.LookAtPlayerGoalMixin_API",
"minecraft.world.entity.ai.goal.MeleeAttackGoalMixin_API",
"minecraft.world.entity.ai.goal.RandomLookAroundGoalMixin_API",
"minecraft.world.entity.ai.goal.RandomStrollGoalMixin_API",
"minecraft.world.entity.ai.goal.RangedAttackGoalMixin_API",
"minecraft.world.entity.ai.goal.RunAroundLikeCrazyGoalMixin_API",
"minecraft.world.entity.ai.goal.target.NearestAttackableTargetGoalMixin_API",
"minecraft.world.entity.ai.goal.target.TargetGoalMixin_API",
"minecraft.world.entity.ambient.AmbientCreatureMixin_API",
"minecraft.world.entity.ambient.BatMixin_API",
"minecraft.world.entity.animal.AbstractFishMixin_API",
"minecraft.world.entity.animal.AbstractGolemMixin_API",
"minecraft.world.entity.animal.AbstractSchoolingFishMixin_API",
"minecraft.world.entity.animal.AnimalMixin_API",
"minecraft.world.entity.animal.BeeMixin_API",
"minecraft.world.entity.animal.CatMixin_API",
"minecraft.world.entity.animal.CatVariantMixin_API",
"minecraft.world.entity.animal.ChickenMixin_API",
"minecraft.world.entity.animal.CodMixin_API",
"minecraft.world.entity.animal.CowMixin_API",
"minecraft.world.entity.animal.DolphinMixin_API",
"minecraft.world.entity.animal.Fox_TypeMixin_API",
"minecraft.world.entity.animal.FoxMixin_API",
"minecraft.world.entity.animal.IronGolemMixin_API",
"minecraft.world.entity.animal.MushroomCow_MushroomTypeMixin_API",
"minecraft.world.entity.animal.MushroomCowMixin_API",
"minecraft.world.entity.animal.OcelotMixin_API",
"minecraft.world.entity.animal.Panda_GeneMixin_API",
"minecraft.world.entity.animal.PandaMixin_API",
"minecraft.world.entity.animal.Parrot_VariantMixin_API",
"minecraft.world.entity.animal.ParrotMixin_API",
"minecraft.world.entity.animal.PigMixin_API",
"minecraft.world.entity.animal.PolarBearMixin_API",
"minecraft.world.entity.animal.PufferfishMixin_API",
"minecraft.world.entity.animal.Rabbit_VariantMixin_API",
"minecraft.world.entity.animal.RabbitMixin_API",
"minecraft.world.entity.animal.SalmonMixin_API",
"minecraft.world.entity.animal.SheepMixin_API",
"minecraft.world.entity.animal.ShoulderRidingEntityMixin_API",
"minecraft.world.entity.animal.SnowGolemMixin_API",
"minecraft.world.entity.animal.SquidMixin_API",
"minecraft.world.entity.animal.TropicalFish_PatternMixin_API",
"minecraft.world.entity.animal.TropicalFishMixin_API",
"minecraft.world.entity.animal.TurtleMixin_API",
"minecraft.world.entity.animal.WaterAnimalMixin_API",
"minecraft.world.entity.animal.WolfMixin_API",
"minecraft.world.entity.animal.allay.AllayMixin_API",
"minecraft.world.entity.animal.armadillo.ArmadilloMixin_API",
"minecraft.world.entity.animal.camel.CamelMixin_API",
"minecraft.world.entity.animal.frog.FrogMixin_API",
"minecraft.world.entity.animal.frog.TadpoleMixin_API",
"minecraft.world.entity.animal.horse.AbstractChestedHorseMixin_API",
"minecraft.world.entity.animal.horse.AbstractHorseMixin_API",
"minecraft.world.entity.animal.horse.DonkeyMixin_API",
"minecraft.world.entity.animal.horse.HorseMixin_API",
"minecraft.world.entity.animal.horse.LLama_VariantMixin_API",
"minecraft.world.entity.animal.horse.LlamaMixin_API",
"minecraft.world.entity.animal.horse.MarkingsMixin_API",
"minecraft.world.entity.animal.horse.MuleMixin_API",
"minecraft.world.entity.animal.horse.SkeletonHorseMixin_API",
"minecraft.world.entity.animal.horse.TraderLlamaMixin_API",
"minecraft.world.entity.animal.horse.VariantMixin_API",
"minecraft.world.entity.animal.horse.ZombieHorseMixin_API",
"minecraft.world.entity.animal.sniffer.SnifferMixin_API",
"minecraft.world.entity.boss.EnderDragonPartMixin_API",
"minecraft.world.entity.boss.enderdragon.EndCrystalMixin_API",
"minecraft.world.entity.boss.enderdragon.EnderDragonMixin_API",
"minecraft.world.entity.boss.enderdragon.phases.DragonPhaseInstanceMixin_API",
"minecraft.world.entity.boss.enderdragon.phases.EnderDragonPhaseManagerMixin_API",
"minecraft.world.entity.boss.enderdragon.phases.EnderDragonPhaseMixin_API",
"minecraft.world.entity.decoration.ArmorStandMixin_API",
"minecraft.world.entity.decoration.BlockAttachedEntityMixin_API",
"minecraft.world.entity.decoration.HangingEntityMixin_API",
"minecraft.world.entity.decoration.ItemFrameMixin_API",
"minecraft.world.entity.decoration.LeashFenceKnotEntityMixin_API",
"minecraft.world.entity.decoration.PaintingMixin_API",
"minecraft.world.entity.decoration.PaintingVariantMixin_API",
"minecraft.world.entity.item.FallingBlockEntityMixin_API",
"minecraft.world.entity.item.ItemEntityMixin_API",
"minecraft.world.entity.item.PrimedTntMixin_API",
"minecraft.world.entity.monster.AbstractIllagerMixin_API",
"minecraft.world.entity.monster.AbstractSkeletonMixin_API",
"minecraft.world.entity.monster.BlazeMixin_API",
"minecraft.world.entity.monster.BoggedMixin_API",
"minecraft.world.entity.monster.BreezeMixin_API",
"minecraft.world.entity.monster.CaveSpiderMixin_API",
"minecraft.world.entity.monster.CreeperMixin_API",
"minecraft.world.entity.monster.DrownedMixin_API",
"minecraft.world.entity.monster.ElderGuardianMixin_API",
"minecraft.world.entity.monster.EnderManMixin_API",
"minecraft.world.entity.monster.EndermiteMixin_API",
"minecraft.world.entity.monster.EvokerMixin_API",
"minecraft.world.entity.monster.GhastMixin_API",
"minecraft.world.entity.monster.GiantMixin_API",
"minecraft.world.entity.monster.GuardianMixin_API",
"minecraft.world.entity.monster.HoglinMixin_API",
"minecraft.world.entity.monster.HuskMixin_API",
"minecraft.world.entity.monster.IllusionerMixin_API",
"minecraft.world.entity.monster.MagmaCubeMixin_API",
"minecraft.world.entity.monster.MonsterMixin_API",
"minecraft.world.entity.monster.PatrollingMonsterMixin_API",
"minecraft.world.entity.monster.Phantom_AttackPhaseMixin_API",
"minecraft.world.entity.monster.PhantomMixin_API",
"minecraft.world.entity.monster.PiglinBruteMixin_API",
"minecraft.world.entity.monster.PiglinMixin_API",
"minecraft.world.entity.monster.PillagerMixin_API",
"minecraft.world.entity.monster.RangedAttackMobMixin_API",
"minecraft.world.entity.monster.RavagerMixin_API",
"minecraft.world.entity.monster.ShulkerMixin_API",
"minecraft.world.entity.monster.SilverfishMixin_API",
"minecraft.world.entity.monster.SkeletonMixin_API",
"minecraft.world.entity.monster.SlimeMixin_API",
"minecraft.world.entity.monster.SpellcasterIllager_IllagerSpellMixin_API",
"minecraft.world.entity.monster.SpellcasterIllagerMixin_API",
"minecraft.world.entity.monster.SpiderMixin_API",
"minecraft.world.entity.monster.StrayMixin_API",
"minecraft.world.entity.monster.VexMixin_API",
"minecraft.world.entity.monster.VindicatorMixin_API",
"minecraft.world.entity.monster.WitchMixin_API",
"minecraft.world.entity.monster.WitherSkeletonMixin_API",
"minecraft.world.entity.monster.ZoglinMixin_API",
"minecraft.world.entity.monster.ZombieMixin_API",
"minecraft.world.entity.monster.ZombieVillagerMixin_API",
"minecraft.world.entity.monster.ZombifiedPiglinMixin_API",
"minecraft.world.entity.monster.warden.WardenMixin_API",
"minecraft.world.entity.npc.AbstractVillagerMixin_API",
"minecraft.world.entity.npc.VillagerMixin_API",
"minecraft.world.entity.npc.VillagerProfessionMixin_API",
"minecraft.world.entity.npc.VillagerTrades_ItemListingMixin_API",
"minecraft.world.entity.npc.VillagerTypeMixin_API",
"minecraft.world.entity.npc.WanderingTraderMixin_API",
"minecraft.world.entity.player.ChatVisiblityMixin_API",
"minecraft.world.entity.player.PlayerMixin_API",
"minecraft.world.entity.projectile.AbstractArrow_PickupMixin_API",
"minecraft.world.entity.projectile.AbstractArrowMixin_API",
"minecraft.world.entity.projectile.AbstractHurtingProjectileMixin_API",
"minecraft.world.entity.projectile.windcharge.AbstractWindChargeMixin_API",
"minecraft.world.entity.projectile.ArrowMixin_API",
"minecraft.world.entity.projectile.DragonFireballMixin_API",
"minecraft.world.entity.projectile.EvokerFangsMixin_API",
"minecraft.world.entity.projectile.EyeOfEnderMixin_API",
"minecraft.world.entity.projectile.FireballMixin_API",
"minecraft.world.entity.projectile.FireworkRocketEntityMixin_API",
"minecraft.world.entity.projectile.FishingHookMixin_API",
"minecraft.world.entity.projectile.LargeFireballMixin_API",
"minecraft.world.entity.projectile.LlamaSpitMixin_API",
"minecraft.world.entity.projectile.ProjectileMixin_API",
"minecraft.world.entity.projectile.ShulkerBulletMixin_API",
"minecraft.world.entity.projectile.SmallFireballMixin_API",
"minecraft.world.entity.projectile.SnowballMixin_API",
"minecraft.world.entity.projectile.SpectralArrowMixin_API",
"minecraft.world.entity.projectile.ThrowableItemProjectileMixin_API",
"minecraft.world.entity.projectile.ThrowableProjectileMixin_API",
"minecraft.world.entity.projectile.ThrownEggMixin_API",
"minecraft.world.entity.projectile.ThrownEnderpearlMixin_API",
"minecraft.world.entity.projectile.ThrownExperienceBottleMixin_API",
"minecraft.world.entity.projectile.ThrownPotionMixin_API",
"minecraft.world.entity.projectile.ThrownTridentMixin_API",
"minecraft.world.entity.projectile.WitherSkullMixin_API",
"minecraft.world.entity.projectile.windcharge.BreezeWindChargeMixin_API",
"minecraft.world.entity.projectile.windcharge.WindChargeMixin_API",
"minecraft.world.entity.raid.Raid_RaidStatusMixin_API",
"minecraft.world.entity.raid.RaiderMixin_API",
"minecraft.world.entity.raid.RaidMixin_API",
"minecraft.world.entity.vehicle.AbstractMinecartContainerMixin_API",
"minecraft.world.entity.vehicle.AbstractMinecartMixin_API",
"minecraft.world.entity.vehicle.Boat_TypeMixin_API",
"minecraft.world.entity.vehicle.BoatMixin_API",
"minecraft.world.entity.vehicle.ChestBoatMixin_API",
"minecraft.world.entity.vehicle.MinecartChestMixin_API",
"minecraft.world.entity.vehicle.MinecartCommandBlockMixin_API",
"minecraft.world.entity.vehicle.MinecartFurnaceMixin_API",
"minecraft.world.entity.vehicle.MinecartHopperMixin_API",
"minecraft.world.entity.vehicle.MinecartMixin_API",
"minecraft.world.entity.vehicle.MinecartSpawnerMixin_API",
"minecraft.world.entity.vehicle.MinecartTNTMixin_API",
"minecraft.world.entity.vehicle.VehicleEntityMixin_API",
"minecraft.world.item.ArmorMaterialMixin_API",
"minecraft.world.item.DyeColorMixin_API",
"minecraft.world.item.FireworkExplosion_ShapeMixin_API",
"minecraft.world.item.ItemCooldownsMixin_API",
"minecraft.world.item.ItemDisplayContextMixin_API",
"minecraft.world.item.ItemMixin_API",
"minecraft.world.item.ItemStackMixin_API",
"minecraft.world.item.JukeboxSongMixin_API",
"minecraft.world.item.RarityMixin_API",
"minecraft.world.item.TiersMixin_API",
"minecraft.world.item.alchemy.PotionMixin_API",
"minecraft.world.item.component.FireworkExplosionMixin_API",
"minecraft.world.item.component.Tool_RuleMixin_API",
"minecraft.world.item.crafting.AbstractCookingRecipeMixin_API",
"minecraft.world.item.crafting.CraftingRecipeMixin_API",
"minecraft.world.item.crafting.CustomRecipeMixin_API",
"minecraft.world.item.crafting.IngredientMixin_API",
"minecraft.world.item.crafting.RecipeManagerMixin_API",
"minecraft.world.item.crafting.RecipeMixin_API",
"minecraft.world.item.crafting.RecipeTypeMixin_API",
"minecraft.world.item.crafting.ShapedRecipeMixin_API",
"minecraft.world.item.crafting.ShapelessRecipeMixin_API",
"minecraft.world.item.crafting.SingleItemRecipeMixin_API",
"minecraft.world.item.crafting.SmithingTransformRecipeMixin_API",
"minecraft.world.item.crafting.StonecutterRecipeMixin_API",
"minecraft.world.item.enchantment.EnchantmentMixin_API",
"minecraft.world.item.trading.MerchantOfferMixin_API",
"minecraft.world.level.BlockGetterMixin_API",
"minecraft.world.level.EntityGetterMixin_API",
"minecraft.world.level.ExplosionMixin_API",
"minecraft.world.level.GameRules_KeyMixin_API",
"minecraft.world.level.GameTypeMixin_API",
"minecraft.world.level.LevelAccessorMixin_API",
"minecraft.world.level.LevelMixin_API",
"minecraft.world.level.LevelReaderMixin_API",
"minecraft.world.level.LevelWriterMixin_API",
"minecraft.world.level.LightLayerMixin_API",
"minecraft.world.level.biome.AmbientAdditionsSettingsMixin_API",
"minecraft.world.level.biome.AmbientMoodSettingsMixin_API",
"minecraft.world.level.biome.AmbientParticleSettingsMixin_API",
"minecraft.world.level.biome.Biome_PrecipitationMixin_API",
"minecraft.world.level.biome.Biome_TemperatureModifierMixin_API",
"minecraft.world.level.biome.BiomeMixin_API",
"minecraft.world.level.biome.BiomeSourceMixin_API",
"minecraft.world.level.biome.BiomeSpecialEffects_GrassColorModifierMixin_API",
"minecraft.world.level.biome.CheckerboardColumnBiomeSourceMixin_API",
"minecraft.world.level.biome.Climate_ParameterMixin_API",
"minecraft.world.level.biome.Climate_ParameterPointMixin_API",
"minecraft.world.level.biome.FixedBiomeSourceMixin_API",
"minecraft.world.level.biome.MobSpawnSettings_MobSpawnCostMixin_API",
"minecraft.world.level.biome.MobSpawnSettings_SpawnerDataMixin_API",
"minecraft.world.level.biome.MultiNoiseBiomeSourceMixin_API",
"minecraft.world.level.biome.TheEndBiomeSourceMixin_API",
"minecraft.world.level.block.MirrorMixin_API",
"minecraft.world.level.block.PortalMixin_API",
"minecraft.world.level.block.RotationMixin_API",
"minecraft.world.level.block.entity.AbstractFurnaceBlockEntityMixin_API",
"minecraft.world.level.block.entity.BannerBlockEntityMixin_API",
"minecraft.world.level.block.entity.BannerPatternLayers_LayerMixin_API",
"minecraft.world.level.block.entity.BannerPatternMixin_API",
"minecraft.world.level.block.entity.BarrelBlockEntityMixin_API",
"minecraft.world.level.block.entity.BaseContainerBlockEntityMixin_API",
"minecraft.world.level.block.entity.BeaconBlockEntityMixin_API",
"minecraft.world.level.block.entity.BedBlockEntityMixin_API",
"minecraft.world.level.block.entity.BeehiveBlockEntityMixin_API",
"minecraft.world.level.block.entity.BellBlockEntityMixin_API",
"minecraft.world.level.block.entity.BlastFurnaceBlockEntityMixin_API",
"minecraft.world.level.block.entity.BlockEntityMixin_API",
"minecraft.world.level.block.entity.BlockEntityTypeMixin_API",
"minecraft.world.level.block.entity.BrewingStandBlockEntityMixin_API",
"minecraft.world.level.block.entity.CampfireBlockEntityMixin_API",
"minecraft.world.level.block.entity.ChestBlockEntityMixin_API",
"minecraft.world.level.block.entity.CommandBlockEntityMixin_API",
"minecraft.world.level.block.entity.ComparatorBlockEntityMixin_API",
"minecraft.world.level.block.entity.ConduitBlockEntityMixin_API",
"minecraft.world.level.block.entity.DaylightDetectorBlockEntityMixin_API",
"minecraft.world.level.block.entity.DispenserBlockEntityMixin_API",
"minecraft.world.level.block.entity.DropperBlockEntityMixin_API",
"minecraft.world.level.block.entity.EnchantmentTableBlockEntityMixin_API",
"minecraft.world.level.block.entity.EnderChestBlockEntityMixin_API",
"minecraft.world.level.block.entity.FurnaceBlockEntityMixin_API",
"minecraft.world.level.block.entity.HopperBlockEntityMixin_API",
"minecraft.world.level.block.entity.JigsawBlockEntityMixin_API",
"minecraft.world.level.block.entity.JukeboxBlockEntityMixin_API",
"minecraft.world.level.block.entity.LecternBlockEntityMixin_API",
"minecraft.world.level.block.entity.RandomizableContainerBlockEntityMixin_API",
"minecraft.world.level.block.entity.SculkSensorBlockEntityMixin_API",
"minecraft.world.level.block.entity.ShulkerBoxBlockEntityMixin_API",
"minecraft.world.level.block.entity.SignBlockEntityMixin_API",
"minecraft.world.level.block.entity.SignTextMixin_API",
"minecraft.world.level.block.entity.SkullBlockEntityMixin_API",
"minecraft.world.level.block.entity.SmokerBlockEntityMixin_API",
"minecraft.world.level.block.entity.SpawnerBlockEntityMixin_API",
"minecraft.world.level.block.entity.StructureBlockEntityMixin_API",
"minecraft.world.level.block.entity.TheEndGatewayBlockEntityMixin_API",
"minecraft.world.level.block.entity.TheEndPortalBlockEntityMixin_API",
"minecraft.world.level.block.entity.TrappedCheckBlockEntityMixin_API",
"minecraft.world.level.block.entity.TrialSpawnerBlockEntityMixin_API",
"minecraft.world.level.block.entity.trialspawner.TrialSpawnerStateMixin_API",
"minecraft.world.level.block.entity.vault.VaultStateMixin_API",
"minecraft.world.level.block.piston.PistonMovingBlockEntityMixin_API",
"minecraft.world.level.block.state.BlockBehaviour_BlockStateBaseMixin_API",
"minecraft.world.level.block.state.BlockStateMixin_API",
"minecraft.world.level.block.state.StateHolderMixin_API",
"minecraft.world.level.block.state.properties.AttachFaceMixin_API",
"minecraft.world.level.block.state.properties.BambooLeavesMixin_API",
"minecraft.world.level.block.state.properties.BellAttachTypeMixin_API",
"minecraft.world.level.block.state.properties.ChestTypeMixin_API",
"minecraft.world.level.block.state.properties.ComparatorModeMixin_API",
"minecraft.world.level.block.state.properties.DoorHingeSideMixin_API",
"minecraft.world.level.block.state.properties.DripstoneThicknessMixin_API",
"minecraft.world.level.block.state.properties.FrontAndTopMixin_API",
"minecraft.world.level.block.state.properties.HalfMixin_API",
"minecraft.world.level.block.state.properties.NoteBlockInstrumentMixin_API",
"minecraft.world.level.block.state.properties.PistonTypeMixin_API",
"minecraft.world.level.block.state.properties.RailShapeMixin_API",
"minecraft.world.level.block.state.properties.RedstoneSideMixin_API",
"minecraft.world.level.block.state.properties.SculkSensorPhaseMixin_API",
"minecraft.world.level.block.state.properties.SlabTypeMixin_API",
"minecraft.world.level.block.state.properties.StairsShapeMixin_API",
"minecraft.world.level.block.state.properties.StructureModeMixin_API",
"minecraft.world.level.block.state.properties.TiltMixin_API",
"minecraft.world.level.block.state.properties.WallSideMixin_API",
"minecraft.world.level.border.WorldBorderMixin_Settings_API",
"minecraft.world.level.chunk.ChunkAccessMixin_API",
"minecraft.world.level.chunk.ChunkGeneratorMixin_API",
"minecraft.world.level.chunk.ChunkStatusMixin_API",
"minecraft.world.level.chunk.EmptyLevelChunkMixin_API",
"minecraft.world.level.chunk.LevelChunkMixin_API",
"minecraft.world.level.chunk.ProtoChunkMixin_API",
"minecraft.world.level.dimension.DimensionTypeMixin_API",
"minecraft.world.level.gameevent.PositionSourceMixin_API",
"minecraft.world.level.levelgen.DensityFunctionMixin_API",
"minecraft.world.level.levelgen.FlatLevelSourceMixin_API",
"minecraft.world.level.levelgen.GenerationStep_CarvingMixin_API",
"minecraft.world.level.levelgen.GenerationStep_DecorationMixin_API",
"minecraft.world.level.levelgen.Heightmap_TypeMixin_API",
"minecraft.world.level.levelgen.NoiseBasedChunkGeneratorMixin_API",
"minecraft.world.level.levelgen.NoiseGeneratorSettingsMixin_API",
"minecraft.world.level.levelgen.NoiseRouterMixin_API",
"minecraft.world.level.levelgen.NoiseSettingsMixin_API",
"minecraft.world.level.levelgen.NormalNoise_NoiseParametersMixin_API",
"minecraft.world.level.levelgen.SurfaceRules_ConditionSourceMixin_API",
"minecraft.world.level.levelgen.SurfaceRules_RulesSourceMixin_API",
"minecraft.world.level.levelgen.VerticalAnchorMixin_API",
"minecraft.world.level.levelgen.WorldOptionsMixin_API",
"minecraft.world.level.levelgen.carver.ConfiguredWorldCarverMixin_API",
"minecraft.world.level.levelgen.carver.WorldCarverMixin_API",
"minecraft.world.level.levelgen.feature.ConfiguredFeatureMixin_API",
"minecraft.world.level.levelgen.feature.FeatureMixin_API",
"minecraft.world.level.levelgen.flat.FlatLayerInfoMixin_API",
"minecraft.world.level.levelgen.flat.FlatLevelGeneratorSettingsMixin_API",
"minecraft.world.level.levelgen.placement.PlacedFeatureMixin_API",
"minecraft.world.level.levelgen.placement.PlacementModifierMixin_API",
"minecraft.world.level.levelgen.placement.PlacementModifierTypeMixin_API",
"minecraft.world.level.levelgen.structure.StructureMixin_API",
"minecraft.world.level.levelgen.structure.StructurePlacementMixin_API",
"minecraft.world.level.levelgen.structure.StructureSetMixin_API",
"minecraft.world.level.levelgen.structure.StructureSpawnOverrideMixin_API",
"minecraft.world.level.levelgen.structure.StructureTypeMixin_API",
"minecraft.world.level.levelgen.structure.pools.StructurePoolElementMixin_API",
"minecraft.world.level.levelgen.structure.pools.StructureTemplatePool_ProjectionMixin_API",
"minecraft.world.level.levelgen.structure.pools.StructureTemplatePoolMixin_API",
"minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorListMixin_API",
"minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorMixin_API",
"minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorTypeMixin_API",
"minecraft.world.level.levelgen.structure.templatesystem.StructureTemplateMixin_API",
"minecraft.world.level.material.FluidMixin_API",
"minecraft.world.level.material.FluidStateMixin_API",
"minecraft.world.level.material.PushReactionMixin_API",
"minecraft.world.level.saveddata.MapDecorationMixin",
"minecraft.world.level.saveddata.MapItemSavedDataMixin",
"minecraft.world.level.storage.LevelDataMixin_API",
"minecraft.world.level.storage.PrimaryLevelDataMixin_API",
"minecraft.world.level.storage.ServerLevelDataMixin_API",
"minecraft.world.scores.DisplaySlotMixin_API",
"minecraft.world.scores.PlayerTeamMixin_API",
"minecraft.world.scores.Team_CollisionRuleMixin_API",
"minecraft.world.scores.Team_VisibilityMixin_API",
"minecraft.world.scores.criteria.ObjectiveCriteria_RenderTypeMixin_API",
"minecraft.world.scores.criteria.ObjectiveCriteriaMixin_API",
"minecraft.world.ticks.LevelTicksMixin_API",
"minecraft.world.ticks.ScheduledTickMixin_API",
"minecraft.world.ticks.TickPriorityMixin_API",
"service.permission.SubjectMixin_API",
"world.LocatableBlockMixin_API"
],
"client": [
"minecraft.client.MinecraftMixin_API",
"minecraft.client.multiplayer.ClientCommonPacketListenerImplMixin_API",
"minecraft.client.multiplayer.ClientConfigurationPacketListenerImplMixin_API",
"minecraft.client.multiplayer.ClientHandshakePacketListenerImplMixin_API",
"minecraft.client.multiplayer.ClientLevel_ClientLevelDataMixin_API",
"minecraft.client.multiplayer.ClientLevelMixin_API",
"minecraft.client.multiplayer.ClientPacketListenerMixin_API",
"minecraft.client.player.AbstractClientPlayerMixin_API",
"minecraft.client.player.LocalPlayerMixin_API",
"minecraft.client.player.RemotePlayerMixin_API",
"minecraft.client.server.IntegratedServerMixin_API"
],
"server": [
"minecraft.server.dedicated.DedicatedServerMixin_API"
],
"overwrites": {
"conformVisibility": true
}
}