This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.google.common.cache.Cache; | |
import com.google.common.cache.CacheBuilder; | |
import org.bukkit.Bukkit; | |
import org.bukkit.OfflinePlayer; | |
import org.bukkit.entity.Player; | |
import org.jetbrains.annotations.Blocking; | |
import org.jetbrains.annotations.NotNull; | |
import org.jetbrains.annotations.Nullable; | |
import revxrsal.commands.autocomplete.SuggestionProvider; | |
import revxrsal.commands.bukkit.exception.InvalidPlayerException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* WorldEdit, a Minecraft world manipulation toolkit | |
* Copyright (C) sk89q <http://www.sk89q.com> | |
* Copyright (C) WorldEdit team and contributors | |
* | |
* This program is free software: you can redistribute it and/or modify it | |
* under the terms of the GNU Lesser General Public License as published by the | |
* Free Software Foundation, either version 3 of the License, or | |
* (at your option) any later version. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package revxrsal.commands.parameters.builtins; | |
import org.jetbrains.annotations.NotNull; | |
import org.jetbrains.annotations.Nullable; | |
import revxrsal.commands.annotation.AnnotationList; | |
import revxrsal.commands.Lamp; | |
import revxrsal.commands.annotation.Delimiter; | |
import revxrsal.commands.annotation.Sized; | |
import revxrsal.commands.command.CommandActor; | |
import revxrsal.commands.node.ExecutionContext; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package revxrsal.commands.resolver; | |
import org.jetbrains.annotations.NotNull; | |
import org.jetbrains.annotations.Nullable; | |
import revxrsal.commands.annotation.AnnotationList; | |
import revxrsal.commands.Lamp; | |
import revxrsal.commands.command.CommandActor; | |
import revxrsal.commands.node.ExecutionContext; | |
import revxrsal.commands.node.MutableParameterNode; | |
import revxrsal.commands.parameters.PrioritySpec; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package powerhomes.command.process; | |
import net.kyori.adventure.audience.Audience; | |
import net.kyori.adventure.text.Component; | |
import net.kyori.adventure.text.event.ClickEvent; | |
import net.kyori.adventure.text.event.HoverEvent; | |
import net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer; | |
import org.bukkit.command.CommandSender; | |
import powerhomes.PowerHomes; | |
import powerhomes.util.Preconditions; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {JSX, splitProps} from "solid-js"; | |
import {isServer, mergeProps, ssr} from "solid-js/web"; | |
type SVGSVGElementTags = JSX.SVGElementTags["svg"]; | |
export interface IconTree { | |
a: SVGSVGElementTags; | |
c: string; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"minecraft:trim_pattern": { | |
"type": "minecraft:trim_pattern", | |
"value": [] | |
}, | |
"minecraft:trim_material": { | |
"type": "minecraft:trim_material", | |
"value": [] | |
}, | |
"minecraft:damage_type": { |
NewerOlder