Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- get() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefField.RefExecutor
-
get field value for applied object
- get(int) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagList
- get(Object) - Method in class net.evmodder.EvLib.util.IndexTreeMap
-
Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key. - get(Object) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key. - get(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getBestGuessLocalizedDisplayName(EntityType) - Static method in class net.evmodder.EvLib.extras.TellrawUtils
- getBoolean(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getByte(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getByteArray(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getCeilingIndex(K) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Returns one past this map's highest value index for the given key, or
valuesSize
if the map does not contain an entry for the key. - getCeilingIndexUsingComparator(Object) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Version of getCeilingIndex using comparator.
- getClosestBlock(Location, int, Function<Block, Boolean>) - Static method in class net.evmodder.EvLib.EvUtils
- getColor() - Method in class net.evmodder.EvLib.extras.ListComponent
- getCommand() - Method in class net.evmodder.EvLib.EvCommand
- getCommonTropicalFishId(int) - Static method in class net.evmodder.EvLib.extras.EntityUtils
- getConfig() - Method in class net.evmodder.EvLib.EvPlugin
- getConnectedBlocks(Block, Function<Block, Boolean>, List<BlockFace>, int) - Static method in class net.evmodder.EvLib.EvUtils
- getConstructor(Object...) - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefClass
-
get existing constructor by types
- getCurrentColor(String) - Static method in class net.evmodder.EvLib.extras.TextUtils
- getCurrentFormats(String) - Static method in class net.evmodder.EvLib.extras.TextUtils
- getDenominator() - Method in class net.evmodder.EvLib.util.Fraction
- getDouble(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getDroppedHeadType(EntityType) - Static method in class net.evmodder.EvLib.extras.HeadUtils
- getDyeColor(Material) - Static method in class net.evmodder.EvLib.extras.TypeUtils
- getEntityByName(String) - Static method in class net.evmodder.EvLib.extras.EntityUtils
- getEntityFromHead(Material) - Static method in class net.evmodder.EvLib.extras.HeadUtils
- getEntryAtIndex(int) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Returns this map's entry for the key at the given index
- getEntryAtValueIndex(int) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Returns this map's entry for the given value index
- getEquipmentGuaranteedToDrop(LivingEntity) - Static method in class net.evmodder.EvLib.EvUtils
- getField(String) - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefClass
-
get field by name
- getFieldRefClass() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefField
- getFloat(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getFloorIndex(K) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Returns this map's lowest value index for the given key, or
-1
if the map does not contain an entry for the key. - getFloorIndexUsingComparator(Object) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Version of getFloorIndex using comparator.
- getFormats() - Method in class net.evmodder.EvLib.extras.ListComponent
- getGameProfile(String, boolean, Plugin) - Static method in class net.evmodder.EvLib.extras.WebUtils
- getGameProfile(Skull) - Static method in class net.evmodder.EvLib.extras.HeadUtils
- getGameProfile(SkullMeta) - Static method in class net.evmodder.EvLib.extras.HeadUtils
- getInt(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getIntArray(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getJsonKey() - Method in class net.evmodder.EvLib.extras.TranslationComponent
- getKeyAtKeyIndex(int) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Returns the key at the specified key-index
- getKeyAtValueIndex(int) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Returns the key at the specified index
- getKeyIndex(K) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Returns this map's entry index for the given key, or
-1
if the map does not contain an entry for the key. - getKeyIndexUsingComparator(Object) - Method in class net.evmodder.EvLib.util.IndexTreeMultiMap
-
Version of getKeyIndex using comparator.
- getLeadingColorAndFormats(String) - Static method in class net.evmodder.EvLib.extras.TextUtils
- getLocalizedDisplayName(BlockState) - Static method in class net.evmodder.EvLib.extras.TellrawUtils
- getLocalizedDisplayName(Entity, boolean) - Static method in class net.evmodder.EvLib.extras.TellrawUtils
- getLocalizedDisplayName(ItemStack) - Static method in class net.evmodder.EvLib.extras.TellrawUtils
- getLocalizedDisplayNameForTropicalFish(int) - Static method in class net.evmodder.EvLib.extras.TellrawUtils
- getLocationFromString(String) - Static method in class net.evmodder.EvLib.extras.TextUtils
- getLocationFromString(World, String) - Static method in class net.evmodder.EvLib.extras.TextUtils
- getLong(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getMessages() - Method in class net.evmodder.EvLib.extras.MethodMocker.MessageInterceptor
- getMethod(String, Object...) - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefClass
-
get existing method by name and types
- getNearbyPlayers(Location, int, boolean) - Static method in class net.evmodder.EvLib.EvUtils
- getNormalizedEntityName(String) - Static method in class net.evmodder.EvLib.extras.EntityUtils
- getNormalizedName(EntityType) - Static method in class net.evmodder.EvLib.extras.TextUtils
-
Deprecated.
- getNormalizedName(Material) - Static method in class net.evmodder.EvLib.extras.TextUtils
-
Deprecated.
- getNumerator() - Method in class net.evmodder.EvLib.util.Fraction
- getPandaTrait(String, String) - Static method in class net.evmodder.EvLib.extras.EntityUtils
- getPCCInt(String) - Static method in class net.evmodder.EvLib.extras.EntityUtils
- getPCCInt(TropicalFish) - Static method in class net.evmodder.EvLib.extras.EntityUtils
- getPlayerChannel(Player) - Static method in class net.evmodder.EvLib.extras.PacketUtils
- getProxy() - Method in class net.evmodder.EvLib.extras.MethodMocker.CustomPerms
- getProxy() - Method in class net.evmodder.EvLib.extras.MethodMocker.MessageInterceptor
- getProxy(Object, Class<?>[], Map<String, Function>, boolean) - Static method in class net.evmodder.EvLib.extras.MethodMocker
- getRarityColor(ItemStack) - Static method in class net.evmodder.EvLib.extras.TextUtils
- getReadURL(String) - Static method in class net.evmodder.EvLib.extras.WebUtils
- getRealClass() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefClass
-
get passed class
- getRealConstructor() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefConstructor
- getRealField() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefField
- getRealMethod() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefMethod
- getRefClass() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefConstructor
- getRefClass() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefField
- getRefClass() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefMethod
- getRefClass(Class<?>) - Static method in class net.evmodder.EvLib.extras.ReflectionUtils
-
get RefClass object by real class.
- getRefClass(String...) - Static method in class net.evmodder.EvLib.extras.ReflectionUtils
-
Get class for name.
- getRegionFolder(World) - Static method in class net.evmodder.EvLib.EvUtils
- getReturnRefClass() - Method in class net.evmodder.EvLib.extras.ReflectionUtils.RefMethod
- getServerVersionString() - Static method in class net.evmodder.EvLib.extras.ReflectionUtils
- getShort(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getSpawnedMob(Material) - Static method in class net.evmodder.EvLib.extras.EntityUtils
- getSpawnEgg(EntityType) - Static method in class net.evmodder.EvLib.extras.EntityUtils
- getString(String) - Method in class net.evmodder.EvLib.extras.NBTTagUtils.RefNBTTagCompound
- getTabComplete(CommandSender, String) - Static method in class net.evmodder.EvLib.extras.SelectorUtils.Selector
- getTag(Entity) - Static method in class net.evmodder.EvLib.extras.NBTTagUtils
- getTag(ItemStack) - Static method in class net.evmodder.EvLib.extras.NBTTagUtils
- getTextureURL(String, boolean) - Static method in class net.evmodder.EvLib.extras.WebUtils
- getTrailingColorAndFormatProperties(String) - Static method in class net.evmodder.EvLib.extras.TellrawUtils
-
Creates a
RawTextComponent
with the same color and format properties as seen at the trailing end of the input String - getTropicalFishEnglishName(int) - Static method in class net.evmodder.EvLib.extras.EntityUtils
-
Deprecated.
- getVanillaAdvancements(Collection<String>) - Static method in class net.evmodder.EvLib.EvUtils
- getVanillaAdvancements(Player) - Static method in class net.evmodder.EvLib.EvUtils
- getVanillaAdvancements(Player, Collection<String>) - Static method in class net.evmodder.EvLib.EvUtils
- getWith() - Method in class net.evmodder.EvLib.extras.TranslationComponent
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form