BakedCosmicResonator.java 文件源码

java
阅读 21 收藏 0 点赞 0 评论 0

项目:Solar 作者:
public BakedCosmicResonator(VertexFormat format, Function<ResourceLocation, TextureAtlasSprite> getter) {
    super(format);
    ResourceLibrary.MOON_PHASES.forEach((key, value) -> phases.put(key, getter.apply(value)));
    full_moon = phases.get(FULL_MOON);
    new_moon = phases.get(NEW_MOON);
    eclipse = phases.get(ECLIPSE);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号