NoCheatPlus/NCPCore/src/main/java/fr/neatmonster/nocheatplus/compat/blocks/changetracker
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
..
BlockChangeListener.java [BLEEDING][BREAKING] MC 1.13 Material changes, first batch. 2018-08-20 12:37:51 +02:00
BlockChangeReference.java Add identity checks with various implementations of equals(Object). 2018-02-11 14:21:14 +01:00
BlockChangeTracker.java Only disable the handle, if suitable. 2018-04-02 18:42:56 +02:00
OnGroundReference.java Add GPLv3 headers where missing. 2018-01-17 23:52:50 +01:00