Class WildfireGender
java.lang.Object
com.wildfire.common.WildfireGender
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.common.cache.LoadingCache<UUID, PlayerConfigHolder> static final org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>
net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T> clientBoundPacket(String path) static PlayerConfigHolderstatic @Nullable PlayerConfigHoldergetPlayerById(UUID id) static net.minecraft.resources.Identifierstatic <T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>
net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T> serverBoundPacket(String path)
-
Field Details
-
LOGGER
public static final org.slf4j.Logger LOGGER -
CACHE
-
-
Constructor Details
-
WildfireGender
public WildfireGender()
-
-
Method Details
-
getPlayerById
-
getOrAddPlayerById
-
id
-
clientBoundPacket
public static <T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T> clientBoundPacket(String path) -
serverBoundPacket
public static <T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T> serverBoundPacket(String path)
-