ForgePatch/src/test/java/net/minecraftforge/debug
Vincent Lee 47a72f12f6 Expose CriteriaTriggers.register, closes #4109 (#4634) 2018-01-18 13:21:17 -08:00
..
AdvancementCriterionTest.java Expose CriteriaTriggers.register, closes #4109 (#4634) 2018-01-18 13:21:17 -08:00
AdvancementEventTest.java [1.12] Add Advancement Event (#4467) 2017-12-05 14:05:05 -08:00
AdvancementsPaginationTest.java Added pages to the advancements GUI to allow for unlimited root advancements. (#4183) 2017-08-01 13:43:24 -05:00
AnimalTameEventTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
BigNetworkMessageTest.java Fix up test mods (#4399) 2017-09-16 20:08:25 -07:00
BlockAiNodeTypeTest.java Fix more test mod warnings (#4477) 2017-11-02 23:29:31 -07:00
BlockParticleEffectsTest.java Block::addRunningEffects (#4248) 2018-01-18 12:38:00 -08:00
BlockPlaceEventTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
BlockstateRetextureTest.java Add support for server side only recipes, as well as detection of vanilla client recipe book filter to prevent errors. 2017-08-15 05:10:07 -07:00
BonemealEventTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
BreedingTest.java Fix up test mods (#4399) 2017-09-16 20:08:25 -07:00
BrewingRecipeRegistryTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
CanApplyAtEnchantingTableTest.java Fix more test mod warnings (#4477) 2017-11-02 23:29:31 -07:00
CheckSpawnTest.java Fix chunk gen mobs not firing the CheckSpawn event. Closes #4394 (#4396) 2017-09-16 21:30:38 -07:00
ChunkCapabilityPollutionTest.java Deprecate passing a class to CapabilityManager::register (#4574) 2017-12-16 17:01:04 -08:00
ClientChatEventTest.java Fix up test mods (#4399) 2017-09-16 20:08:25 -07:00
ClientCommandTest.java First pass of registry rewrite. 2017-06-23 16:59:57 -05:00
ClientExceptionTestMod.java Fix FML error logging for mods that crash during FMLLoadCompleteEvent 2018-01-15 21:18:38 -08:00
CollisionBoxesEventTest.java Improve performance of World.collidesWithAnyBlock (#4286) 2017-10-31 11:20:59 -07:00
CommandTreeBaseTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
ConfigTest.java Fix default GUIConfig displaying child categories twice (#4599) 2018-01-18 13:03:37 -08:00
CraftingSystemTest.java Fix some more test mod warnings (#4469) 2017-10-20 22:28:26 -07:00
CreateFluidSourceTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
CriticalHitEventTest.java Added CriticalHitEvent to allow more control over whether a attack is a critical or not, and what damage it does. 2017-08-01 14:13:37 -05:00
CustomEntitySelectorTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
CustomSlimeBlockTest.java Added Custom Slime Block hook for Piston. (#4520) 2017-12-16 18:38:53 -08:00
CustomSpawnDimensionTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
CustomSpriteTest.java Added dependencies and dependency ordering for textures. (#4070) 2017-06-26 07:58:19 +04:00
DebugSearchTabs.java Fix up test mods (#4399) 2017-09-16 20:08:25 -07:00
DecorateEventDebug.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
DifficultyChangeEventTest.java Clean up Logging (#3953) 2017-06-22 23:18:49 -07:00
DynBucketTest.java Fix some broken test mods (#4245) 2017-07-29 23:04:02 -07:00
EnchantmentLevelSetTest.java Clean up Logging (#3953) 2017-06-22 23:18:49 -07:00
EntityTravelToDimensionEventTest.java Clean up Logging (#3953) 2017-06-22 23:18:49 -07:00
EntityUpdateBlockedTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
EnumPlantTypeTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
EquipmentChangeTest.java Clean up Logging (#3953) 2017-06-22 23:18:49 -07:00
FOVModifierTest.java Fix up test mods (#4399) 2017-09-16 20:08:25 -07:00
FluidAdditionalFieldsTest.java Added color as field with setter to Fluid class. (#4460) 2017-12-08 02:18:45 -08:00
FluidHandlerTest.java Avoid copying Forge Registry keys, values, and entries (#4545) 2018-01-18 12:46:05 -08:00
FluidPlacementTest.java Fix some test mods crashing server caused by model loading (#4225) 2017-07-24 19:08:00 -05:00
FogColorInsideMaterialTest.java Changed BlockFluidBase "fog" color use color from Fluid getColor() method (#4462) 2017-10-31 10:46:40 -07:00
ForgeBlockStatesLoaderDebug.java Fix some more test mod warnings (#4469) 2017-10-20 22:28:26 -07:00
FurnaceFuelBurnTimeEventTest.java Improve furnace fuel handling (#4083) 2017-07-03 12:54:01 -07:00
GuiContainerEventTest.java Fix up test mods (#4399) 2017-09-16 20:08:25 -07:00
HorseArmorTest.java [1.12.x] Implement hooks allowing mods to add horse armor. Partially addresses #3975. (#3994) 2018-01-18 12:04:37 -08:00
InputUpdateEventTest.java Add InputUpdateEvent (#4356) 2017-10-31 11:47:47 -07:00
IsBookEnchantableTest.java Fix more test mod warnings (#4477) 2017-11-02 23:29:31 -07:00
ItemCanDestroyBlocksInCreativeTest.java Fix errors in test mods 2017-07-11 22:04:25 -07:00
ItemFishedTest.java Clean up Logging (#3953) 2017-06-22 23:18:49 -07:00
ItemLayerModelDebug.java Update mcp mappings to 20171003 2017-10-03 22:08:36 -07:00
ItemModelGenerationTest.java Further reduce quad count of generated item models (#4448) 2017-10-31 11:02:09 -07:00
ItemTileDebug.java Fix some test mods crashing server caused by model loading (#4225) 2017-07-24 19:08:00 -05:00
KnockBackHookTest.java Added LivingKnockBackEvent event to allow better control over knock back effects. (#4503) 2017-12-16 18:03:45 -08:00
LivingDamageEventTest.java Add LivingDamageEvent (#4349) 2017-10-31 15:29:19 -07:00
LootContextTweaksTest.java Add some extra context to Advancements/Minecart/Fishing/TileEntity loot handlers.(#4443) 2017-12-16 18:38:03 -08:00
LootTableLoadEventTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
LootTablesDebug.java Update mcp mappings to 20170611 2017-06-17 17:13:44 -07:00
MapDataTest.java Fix some more test mod warnings (#4469) 2017-10-20 22:28:26 -07:00
ModNameTooltip.java Add Item.getModId to show which mod is associated with a subitem (#4330) 2017-10-02 22:08:16 -07:00
ModelAnimationDebug.java Minor code and documentation cleanup. (#4664) 2018-01-12 23:54:29 -08:00
ModelBakeEventDebug.java Fix some test mods crashing server caused by model loading (#4225) 2017-07-24 19:08:00 -05:00
ModelFluidDebug.java Fix some broken test mods (#4245) 2017-07-29 23:04:02 -07:00
ModelLoaderRegistryDebug.java Cleanup of model system, taking advantage of java 8; 2017-06-25 04:08:20 +03:00
MultiLayerModelDebug.java First pass of registry rewrite. 2017-06-23 16:59:57 -05:00
NBTShareTagItemTest.java Disable substitution test, substitutions are not managed the way they used to be. 2017-06-23 16:59:57 -05:00
NeighborNotifyEventTest.java Clean up Logging (#3953) 2017-06-22 23:18:49 -07:00
NoBedSleepingTest.java Deprecate passing a class to CapabilityManager::register (#4574) 2017-12-16 17:01:04 -08:00
NoPotionEffectRenderTest.java First pass of registry rewrite. 2017-06-23 16:59:57 -05:00
ObjectHolderTest.java First pass of registry rewrite. 2017-06-23 16:59:57 -05:00
OnItemUseFirstTest.java [1.12] Allow the server to handle item-block interaction if onItemUse doesn not return PASS (#3967) 2017-07-20 17:11:50 -05:00
OredictItemPredicateTest.java Add support for oredict item predicates in advancements, and add a registry for item predicates (#4188) 2017-08-09 15:20:45 -05:00
PermissionTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
PlayerDamageReworkTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
PlayerInteractEventTest.java Update mcp mappings to 20170611 2017-06-17 17:13:44 -07:00
PlayerItemPickupEventDebug.java Fix for the EntityItemPickupEvent having 0 count item when event is fired. (#4549) 2017-11-30 21:46:54 -08:00
PlayerSetSpawnTest.java Clean up Logging (#3953) 2017-06-22 23:18:49 -07:00
PotionCurativeItemDebug.java Fix more test mod warnings (#4477) 2017-11-02 23:29:31 -07:00
PotionRegistryDebug.java More work, game loads and runs now. 2017-06-23 16:59:57 -05:00
ProjectileImpactEventTest.java [1.12] Replace ThrowableImpactEvent with a more generic version (#4040) 2017-10-31 11:34:48 -07:00
ReachDistanceAttributeTest.java Move reach distance to an attribute (#4331) 2017-10-31 11:16:22 -07:00
RecipeTestMod.java Create custom shapeless recipe matching system. Should solve #4516 damageable items in shapeless recipes. 2017-11-22 13:26:02 -08:00
RegistryOverrideTest.java Fix some more test mod warnings (#4469) 2017-10-20 22:28:26 -07:00
ShieldTest.java Allow support for custom Shields and Shield disabling weapons. 2017-07-20 16:44:37 -05:00
SlipperinessTest.java Fix some more test mod warnings (#4469) 2017-10-20 22:28:26 -07:00
TestCapabilityMod.java Deprecate passing a class to CapabilityManager::register (#4574) 2017-12-16 17:01:04 -08:00
TextureDump.java Clean up Logging (#3953) 2017-06-22 23:18:49 -07:00
TileEntityLoadingTest.java Fix more test mod warnings (#4477) 2017-11-02 23:29:31 -07:00
TooltipColorTest.java Added a tooltip color event. (#4595) 2018-01-18 12:54:35 -08:00
TransparentFastTesrTest.java Fix some more test mod warnings (#4469) 2017-10-20 22:28:26 -07:00
VillagerProfessionTest.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
WRNormalMod.java Clean up formatting of Forge Test mods and disable noisy ones (#3908) 2017-05-29 02:10:40 -07:00
WorldCapabilityRainTimerTest.java Deprecate passing a class to CapabilityManager::register (#4574) 2017-12-16 17:01:04 -08:00
WrenchRotateDebug.java First pass of registry rewrite. 2017-06-23 16:59:57 -05:00
package-info.java Cleanup some null checks and remove deprecated methods in Item and Block (#3429) 2016-11-22 15:20:05 -08:00