Applied-Energistics-2-tiler.../src/main/java/appeng/entity
yueh 1e20086799 Extracts item comparison from Platform into their own helper. (#2555)
* Extracts item comparison from Platform into their own helper.

Renamed methods to be more more fitting for the actual comparison.
Added documentation about each methods behaviour.
2016-11-04 09:27:52 +01:00
..
AEBaseEntityItem.java First update pass (1/3) - ~1400 -> 82 errors 2016-06-19 14:43:27 +02:00
EntityChargedQuartz.java Extracts item comparison from Platform into their own helper. (#2555) 2016-11-04 09:27:52 +01:00
EntityFloatingItem.java Organise imports 2016-09-17 17:05:07 +02:00
EntityGrowingCrystal.java Fixes #2547: Crystal growing and forming fluix crystals was not possible on top of an annihilation plane (or any block with a not-quite-full bounding box), because the crystals thought they were not in water. Fixed by using the center of the crystal bounding box to determine water-status, instead of the bottom center. 2016-11-01 01:03:59 +01:00
EntityIds.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
EntitySingularity.java Replaced all instances of Guava's Optional type with Java 8's Optional type, as discussed in #81. (#90) 2016-08-26 12:42:21 +02:00
EntityTinyTNTPrimed.java Fixes #2499: Tiny TNT model and hitbox not aligned. 2016-10-24 13:15:46 +02:00
ICanDie.java Added missing file headers 2016-09-17 16:00:37 +02:00
RenderFloatingItem.java Fixes #2406: Not 100% satisfied with how it renders the item being crafted yet, but more cented than before. 2016-10-03 03:29:52 +02:00
RenderTinyTNTPrimed.java Fixes #2499: Tiny TNT model and hitbox not aligned. 2016-10-24 13:15:46 +02:00