Package dev.jorel.commandapi.test
Class Enums
java.lang.Object
dev.jorel.commandapi.CommandAPIBukkit<net.minecraft.commands.CommandSourceStack>
dev.jorel.commandapi.test.MockPlatform<net.minecraft.commands.CommandSourceStack>
dev.jorel.commandapi.test.ArgumentNMS
dev.jorel.commandapi.test.Enums
- All Implemented Interfaces:
dev.jorel.commandapi.CommandAPIPlatform<dev.jorel.commandapi.arguments.Argument<?>,,org.bukkit.command.CommandSender, net.minecraft.commands.CommandSourceStack> dev.jorel.commandapi.nms.NMS<net.minecraft.commands.CommandSourceStack>
- Direct Known Subclasses:
MockNMS
-
Field Summary
Fields inherited from class dev.jorel.commandapi.test.MockPlatform
registry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.block.Biome[]final org.bukkit.enchantments.Enchantment[]final org.bukkit.entity.EntityType[]final org.bukkit.loot.LootTables[]final org.bukkit.potion.PotionEffectType[]org.bukkit.Sound[]Methods inherited from class dev.jorel.commandapi.test.ArgumentNMS
_ArgumentAngle, _ArgumentAxis, _ArgumentBlockPredicate, _ArgumentBlockState, _ArgumentChat, _ArgumentChatComponent, _ArgumentChatFormat, _ArgumentDimension, _ArgumentEnchantment, _ArgumentEntity, _ArgumentEntitySummon, _ArgumentFloatRange, _ArgumentIntRange, _ArgumentItemPredicate, _ArgumentItemStack, _ArgumentMathOperation, _ArgumentMinecraftKeyRegistered, _ArgumentMobEffect, _ArgumentNBTCompound, _ArgumentParticle, _ArgumentPosition, _ArgumentPosition2D, _ArgumentProfile, _ArgumentRotation, _ArgumentScoreboardCriteria, _ArgumentScoreboardObjective, _ArgumentScoreboardSlot, _ArgumentScoreboardTeam, _ArgumentScoreholder, _ArgumentSyntheticBiome, _ArgumentTag, _ArgumentTime, _ArgumentUUID, _ArgumentVec2, _ArgumentVec3, generateMessageFromJson, getAdvancement, getAdventureChat, getAdventureChatColor, getAdventureChatComponent, getAngle, getAxis, getBiome, getBlockPredicate, getBlockState, getChat, getChatColor, getChatComponent, getDimension, getEnchantment, getEntitySelector, getEntityType, getFloatRange, getFunction, getFunction, getFunctions, getIntRange, getItemStack, getItemStackPredicate, getLocation2DBlock, getLocation2DPrecise, getLocationBlock, getLocationPrecise, getLootTable, getMathOperation, getMinecraftKey, getNBTCompound, getObjective, getObjectiveCriteria, getOfflinePlayer, getParticle, getPlayer, getPotionEffect, getRecipe, getRotation, getScoreboardSlot, getScoreHolderMultiple, getScoreHolderSingle, getSound, getSuggestionProvider, getTag, getTags, getTeam, getTime, getUUIDMethods inherited from class dev.jorel.commandapi.test.MockPlatform
addAdvancement, addFunction, addTag, addToRegistry, convert, convert, convert, convert, forceGetArgument, getAllItemNames, getAllRecipes, getBrigadierDispatcher, getBukkitPotionEffectTypeName, getCraftPlayerClass, getField, getField, getFieldAs, getFieldAs, getInstance, getItemFactory, getNMSParticleNameFromBukkit, getRecipes, getRegistry, getResourcesDispatcher, getSenderForCommand, popFunctionCallbackResult, reloadDataPacks, setField, setField, unloadMethods inherited from class dev.jorel.commandapi.CommandAPIBukkit
createDispatcherFile, failWithAdventureComponent, failWithBaseComponents, get, getBrigadierSourceFromCommandSender, getCommandSenderFromCommandSource, getConfiguration, getLogger, getMinecraftServer, getPaper, initializeNBTAPI, newConcreteCommandAPICommand, newConcreteLiteralArgument, newConcreteMultiLiteralArgument, onDisable, onEnable, onLoad, postCommandRegistration, preCommandRegistration, registerBukkitRecipesSafely, registerCommandNode, registerPermission, unregister, unregister, updateRequirements, wrapCommandSenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.jorel.commandapi.nms.NMS
compatibleVersions, generateHelpTopic, getHelpMap, getSimpleCommandMap, getWorldForCSS, isBukkitCommandWrapper, isVanillaCommandWrapper, wrapToVanillaCommandWrapper
-
Constructor Details
-
Enums
protected Enums(dev.jorel.commandapi.CommandAPIBukkit<?> baseNMS)
-
-
Method Details
-
getEnchantments
public final org.bukkit.enchantments.Enchantment[] getEnchantments()- Specified by:
getEnchantmentsin classMockPlatform<net.minecraft.commands.CommandSourceStack>
-
getEntityTypes
public final org.bukkit.entity.EntityType[] getEntityTypes()- Specified by:
getEntityTypesin classMockPlatform<net.minecraft.commands.CommandSourceStack>
-
getLootTables
public final org.bukkit.loot.LootTables[] getLootTables()- Specified by:
getLootTablesin classMockPlatform<net.minecraft.commands.CommandSourceStack>
-
getPotionEffects
public final org.bukkit.potion.PotionEffectType[] getPotionEffects()- Specified by:
getPotionEffectsin classMockPlatform<net.minecraft.commands.CommandSourceStack>
-
getSounds
public org.bukkit.Sound[] getSounds()- Specified by:
getSoundsin classMockPlatform<net.minecraft.commands.CommandSourceStack>
-
getBiomes
public org.bukkit.block.Biome[] getBiomes()- Specified by:
getBiomesin classMockPlatform<net.minecraft.commands.CommandSourceStack>
-