Creating chainable functions that manipulate strings
#6
Currently working on writeFloat and readFloat functions. Read is working perfectly (THAT TOOK SO MUCH WORK). Write is kinda broken. Doubles will come next. The method for doubles should be identical, just with more work (I've got to calculate the first FOUR bits of a byte instead of the first bit, but otherwise it's identical with bigger numbers).

Everything else, however, is functional. This includes a BungeeCord plugin message library that can handle every type of bungee plugin message EXCEPT Forward and ForwardToPlayer. I need a LOT more information on those two than is provided in the plugin message tutorial on spigotmc. Mainly I need to see how the message gets thrown into the string once Cuberite receives it. But I can't do that without first sending the message, and I can't do THAT without learning Java, something I really don't want to do right now.
Reply
Thanks given by:


Messages In This Thread
RE: Creating chainable functions that manipulate strings - by Zee1234 - 10-28-2015, 07:39 PM



Users browsing this thread: 1 Guest(s)