Package dev.jorel.commandapi.test
Class Enums
java.lang.Object
dev.jorel.commandapi.CommandAPIBukkit<CLW>
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
-
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, 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, addToHelpMap, convert, convert, convert, convert, getAllItemNames, getAllRecipes, getBrigadierDispatcher, getBukkitPotionEffectTypeName, getField, getFieldAs, getInstance, getItemFactory, getNMSParticleNameFromBukkit, getRecipes, getSenderForCommand, isVanillaCommandWrapper, reloadDataPacks, resendPackets, setField, unloadMethods inherited from class dev.jorel.commandapi.CommandAPIBukkit
createDispatcherFile, failWithAdventureComponent, failWithBaseComponents, get, getBrigadierSourceFromCommandSender, getCommandSenderFromCommandSource, getConfiguration, getLogger, getMinecraftServer, getPaper, newConcreteCommandAPICommand, newConcreteLiteralArgument, newConcreteMultiLiteralArgument, onDisable, onEnable, onLoad, postCommandRegistration, preCommandRegistration, registerBukkitRecipesSafely, registerCommandNode, registerPermission, 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, getSimpleCommandMap, getWorldForCSS
-
Constructor Details
-
Enums
protected Enums(dev.jorel.commandapi.CommandAPIBukkit<?> baseNMS)
-
-
Method Details
-
getEnchantments
public final org.bukkit.enchantments.Enchantment[] getEnchantments()- Specified by:
getEnchantmentsin classdev.jorel.commandapi.test.MockPlatform<net.minecraft.commands.CommandSourceStack>
-
getEntityTypes
public final org.bukkit.entity.EntityType[] getEntityTypes()- Specified by:
getEntityTypesin classdev.jorel.commandapi.test.MockPlatform<net.minecraft.commands.CommandSourceStack>
-
getLootTables
public final org.bukkit.loot.LootTables[] getLootTables()- Specified by:
getLootTablesin classdev.jorel.commandapi.test.MockPlatform<net.minecraft.commands.CommandSourceStack>
-
getPotionEffects
public final org.bukkit.potion.PotionEffectType[] getPotionEffects()- Specified by:
getPotionEffectsin classdev.jorel.commandapi.test.MockPlatform<net.minecraft.commands.CommandSourceStack>
-
getSounds
public org.bukkit.Sound[] getSounds()- Specified by:
getSoundsin classdev.jorel.commandapi.test.MockPlatform<net.minecraft.commands.CommandSourceStack>
-
getBiomes
public org.bukkit.block.Biome[] getBiomes()- Specified by:
getBiomesin classdev.jorel.commandapi.test.MockPlatform<net.minecraft.commands.CommandSourceStack>
-