NoCheatPlus/NCPCore/src/main/java/fr/neatmonster/nocheatplus/utilities
asofold 62df128efd [BLEEDING][BREAKING] MC 1.13 Material changes, first batch.
First batch:
* Initialize blocks somehow, so no errors nor missing blocks happen
during startup.

Possibly Missing:
* There might be references of removed/renamed material (blocks/items)
throughout the code.
* Some blocks may behave different now/then.

Missing:
* Block#getData may not reflect (all?) properties anymore.
* Block shape getting is missing. Block shapes are now (potentially)
more complex to process. Concept might be to keep a double array for the
rough bounds, and add an (optional +- null) array of arrays for sub
shapes, if present (IBlockCacheNode). So a first rough update is more
simple/compatible.
2018-08-20 12:37:51 +02:00
..
collision [BREAKING] BlockCache: rename getTypeId to getType. 2017-12-18 01:19:49 +01:00
entity [BROKEN] Data storage overhaul (basics). (+) 2018-02-26 12:15:53 +01:00
location [BLEEDING] Scan for ground with the void-to-void set back policy. 2018-03-01 21:12:25 +01:00
map [BLEEDING][BREAKING] MC 1.13 Material changes, first batch. 2018-08-20 12:37:51 +02:00
CheckTypeUtil.java Add GPLv3 headers where missing. 2018-01-17 23:52:50 +01:00
CheckUtils.java [BLEEDING][BREAKING][BROKEN] Continue data registry + API. (+) 2018-04-02 01:25:10 +02:00
ColorUtil.java Add missing GPLv3 headers + accidentally add useless javadoc comments. 2016-06-18 17:57:16 +02:00
InventoryUtil.java [BLEEDING][BREAKING] MC 1.13 Material changes, first batch. 2018-08-20 12:37:51 +02:00
OnDemandTickListener.java Add missing GPLv3 headers + accidentally add useless javadoc comments. 2016-06-18 17:57:16 +02:00
PotionUtil.java [BLEEDING] Double trouble potential: NaN, infinity. 2016-12-27 15:26:26 +01:00
TickTask.java [BROKEN] Data storage overhaul (basics). (+) 2018-02-26 12:15:53 +01:00