This repository has been archived by the owner on May 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
ChangedClasses.txt
63 lines (30 loc) · 1.6 KB
/
ChangedClasses.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
====[The Class We Edited/Changed]====
===[net.glowstone.GlowServer]===
81-86: Added Dragonet instance getter, set dragonet instance to a private variable.
~470: Added Dragonet initialization.
~268: Changed SimplePluginManager to Dragonet's MixedPluginManager in order to let Rhino load scripts as plugins dynamically.
~400: Changed onlinePlayers variable to ConcurrentSet instead of HashSet.
611-613: Added stopping MCPE server call into shutdown() method
757-759: Added reload Dragonet server method into reload();
933-935: Changed getName() to return "Dragonet"
940-950: Changed getVersion() to return "DragonetVersioning.DRAGONET_VERSION" and getBukkitVersion() to return "Bukkit API 1.8-R0.1-SNAPSHOT"
===[net.glowstone.scheduler.GlowScheduler]===
177-179: Added tick trigger
===[net.glowstone.entity.GlowPlayer]
83: Removed final from class
===[net.glowstone.net.GlowSession]===
45-47: Removed final on class
117-119: Changed player variable into protected
92-94: Added @Getter at hostname variable
148-157: Added another constructor
===[net.glowstone.net.message.*]===
Every class: Changed every variable to public in order to read/write
===[net.glowstone.io.entity.EntityStorage]===
102-106: Added checking parent class on EntityStore<?> find(Class<? extends GlowEntity> clazz, String type)
===[net.glowstone.EventFactory]===
118-EOF: Hooks for most DragonetAPI functions
=== [net.glowstone.entity.passive.GlowCow]===
=== [net.glowstone.entity.passive.GlowMooshroom]===
=== [net.glowstone.entity.passive.GlowSquid]===
===[net.glowstone.entity.GlowEntity]===
511-525: Added a setSize method