Class Friends
java.lang.Object
meteordevelopment.meteorclient.systems.System<Friends>
meteordevelopment.meteorclient.systems.friends.Friends
- All Implemented Interfaces:
Iterable<Friend>,ISerializable<Friends>
-
Field Summary
Fields inherited from class meteordevelopment.meteorclient.systems.System
isFirstInit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintcount()fromTag(net.minecraft.nbt.NbtCompound tag) static Friendsget()get(net.minecraft.client.network.PlayerListEntry player) get(net.minecraft.entity.player.PlayerEntity player) booleanisEmpty()booleanisFriend(net.minecraft.client.network.PlayerListEntry player) booleanisFriend(net.minecraft.entity.player.PlayerEntity player) iterator()booleanbooleanshouldAttack(net.minecraft.entity.player.PlayerEntity player) net.minecraft.nbt.NbtCompoundtoTag()Methods inherited from class meteordevelopment.meteorclient.systems.System
getFile, getName, init, load, load, save, saveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Friends
public Friends()
-
-
Method Details
-
get
-
add
-
remove
-
get
-
get
-
get
-
isFriend
public boolean isFriend(net.minecraft.entity.player.PlayerEntity player) -
isFriend
public boolean isFriend(net.minecraft.client.network.PlayerListEntry player) -
shouldAttack
public boolean shouldAttack(net.minecraft.entity.player.PlayerEntity player) -
count
public int count() -
isEmpty
public boolean isEmpty() -
iterator
-
toTag
public net.minecraft.nbt.NbtCompound toTag() -
fromTag
-