forked from SteamWar/SteamWar
Fix REntity.EntityDataPacketBuilder
This commit is contained in:
@@ -323,7 +323,7 @@ public class REntity {
|
|||||||
|
|
||||||
public <T> EntityDataPacketBuilder add(EntityDataAccessor<T> accessor, T value) {
|
public <T> EntityDataPacketBuilder add(EntityDataAccessor<T> accessor, T value) {
|
||||||
values.add(new SynchedEntityData.DataItem<>(accessor, value).value());
|
values.add(new SynchedEntityData.DataItem<>(accessor, value).value());
|
||||||
return null;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isEmpty() {
|
public boolean isEmpty() {
|
||||||
|
|||||||
Reference in New Issue
Block a user