Package com.pixelmonmod.pixelmon.api.util
package com.pixelmonmod.pixelmon.api.util
-
ClassDescriptionStatic utility class for managing air supply for entities to prevent them from drowning.Created by Jay113355 on 5/31/2021.A class that can be serialized into a ByteBuf.Created by Jay113355 on 9/27/2018.Created by clienthax on 15/3/2015.Any functions to do with operating on or with the player list.Utility class for reading PokePaste.es links or files To read a pokepaste use
PokePasteReader.from(File)
orPokePasteReader.from(String)
A set of items that have weighted and can be randomly selected from according to said weightingsCreated by aaa801 on 23/09/2015.Used for supplying data exactly the same asSupplier
except containing an exception in the method signature such that if the method provided throws an exception the try catch can be handled by the function callingThrowableSupplier.get()
rather than in the get method implementationA list of the variables stored for things such asBuildableInteractionCondition
sWeightedSet<T>Weighted set impl from Atlantis.