Significant tidy-up. Update msg_template and add new ObjectAnimation message. Tidy up imports. Added buffer overrun check to the packet decoders since the message template doesn't seem to always correspond with what we receive (Specifically, MapBlockReply's new Size parameter)

This commit is contained in:
Casper Warden
2020-01-06 12:10:40 +00:00
parent cbafbf0613
commit b248fa17ed
596 changed files with 39133 additions and 11889 deletions

View File

@@ -1,7 +1,7 @@
import * as validator from 'validator';
import * as Long from 'long';
import {XMLNode} from 'xmlbuilder';
const uuid = require('uuid');
import { XMLNode } from 'xmlbuilder';
import * as uuid from 'uuid';
export class UUID
{