java类org.bukkit.inventory.meta.FireworkEffectMeta的实例源码

ItemMetaUtil.java 文件源码 项目:NPlugins 阅读 20 收藏 0 点赞 0 评论 0
private static void parseFireworkEffectMetaString(final String string, final FireworkEffectMeta meta) {
    meta.setEffect(parseFireworkEffectString(string));
}
ItemMetaUtil.java 文件源码 项目:NPlugins 阅读 17 收藏 0 点赞 0 评论 0
private static void saveFireworkEffectMetaToConfigSection(final ConfigurationSection metaSection, final FireworkEffectMeta meta) {
    saveFireworkEffectMetaToConfigSection(metaSection, meta, "fireworkEffect");
}
ItemMetaUtil.java 文件源码 项目:NPlugins 阅读 23 收藏 0 点赞 0 评论 0
private static void saveFireworkEffectMetaToConfigSection(final ConfigurationSection metaSection, final FireworkEffectMeta meta, final String sectionName) {
    saveFireworkEffectToConfigSection(metaSection, meta.getEffect(), sectionName);
}
ItemMetaUtil.java 文件源码 项目:NPlugins 阅读 20 收藏 0 点赞 0 评论 0
private static void loadFireworkEffectMetaFromConfigSection(final ConfigurationSection metaSection, final FireworkEffectMeta meta) {
    loadFireworkEffectMetaFromConfigSection(metaSection, meta, "fireworkEffect");
}
ItemMetaUtil.java 文件源码 项目:NPlugins 阅读 24 收藏 0 点赞 0 评论 0
private static void loadFireworkEffectMetaFromConfigSection(final ConfigurationSection metaSection, final FireworkEffectMeta meta, final String sectionName) {
    if (metaSection.isConfigurationSection(sectionName)) {
        meta.setEffect(loadFireworkEffectFromConfigSection(metaSection, sectionName));
    }
}
FireworkEffectMeta.java 文件源码 项目:BedrockAPI 阅读 20 收藏 0 点赞 0 评论 0
FireworkEffectMeta clone();


问题


面经


文章

微信
公众号

扫码关注公众号