V704.java
net.minecraft.util.datafix.schemas.V704
信息
- 全限定名:net.minecraft.util.datafix.schemas.V704
- 类型:public class
- 包:net.minecraft.util.datafix.schemas
- 源码路径:src/main/java/net/minecraft/util/datafix/schemas/V704.java
- 起始行号:L20
- 继承:Schema
- 职责:
TODO
字段/常量
-
ITEM_TO_BLOCKENTITY- 类型:
Map<String,String> - 修饰符:
protected static final - 源码定位:
L21 - 说明:
TODO
- 类型:
-
ADD_NAMES- 类型:
HookFunction - 修饰符:
protected static final public - 源码定位:
L142 - 说明:
TODO
- 类型:
内部类/嵌套类型
- 无
构造器
public V704(int versionKey, Schema parent) @ L149
- 构造器名:V704
- 源码定位:L149
- 修饰符:public
参数:
- versionKey: int
- parent: Schema
说明:
TODO
方法
下面的方法块按源码顺序生成。
public Type<?> getChoiceType(TypeReference type, String choiceName) @ L153
- 方法名:getChoiceType
- 源码定位:L153
- 返回类型:Type<?>
- 修饰符:public
参数:
- type: TypeReference
- choiceName: String
说明:
TODO
public Map<String,Supplier<TypeTemplate>> registerBlockEntities(Schema schema) @ L160
- 方法名:registerBlockEntities
- 源码定位:L160
- 返回类型:Map<String,Supplier
> - 修饰符:public
参数:
- schema: Schema
说明:
TODO
public void registerTypes(Schema schema, Map<String,Supplier<TypeTemplate>> entityTypes, Map<String,Supplier<TypeTemplate>> blockEntityTypes) @ L168
- 方法名:registerTypes
- 源码定位:L168
- 返回类型:void
- 修饰符:public
参数:
- schema: Schema
- entityTypes: Map<String,Supplier
> - blockEntityTypes: Map<String,Supplier
>
说明:
TODO
代码
public class V704 extends Schema {
protected static final Map<String, String> ITEM_TO_BLOCKENTITY = DataFixUtils.make(() -> {
Map<String, String> map = Maps.newHashMap();
map.put("minecraft:furnace", "minecraft:furnace");
map.put("minecraft:lit_furnace", "minecraft:furnace");
map.put("minecraft:chest", "minecraft:chest");
map.put("minecraft:trapped_chest", "minecraft:chest");
map.put("minecraft:ender_chest", "minecraft:ender_chest");
map.put("minecraft:jukebox", "minecraft:jukebox");
map.put("minecraft:dispenser", "minecraft:dispenser");
map.put("minecraft:dropper", "minecraft:dropper");
map.put("minecraft:sign", "minecraft:sign");
map.put("minecraft:mob_spawner", "minecraft:mob_spawner");
map.put("minecraft:spawner", "minecraft:mob_spawner");
map.put("minecraft:noteblock", "minecraft:noteblock");
map.put("minecraft:brewing_stand", "minecraft:brewing_stand");
map.put("minecraft:enhanting_table", "minecraft:enchanting_table");
map.put("minecraft:command_block", "minecraft:command_block");
map.put("minecraft:beacon", "minecraft:beacon");
map.put("minecraft:skull", "minecraft:skull");
map.put("minecraft:daylight_detector", "minecraft:daylight_detector");
map.put("minecraft:hopper", "minecraft:hopper");
map.put("minecraft:banner", "minecraft:banner");
map.put("minecraft:flower_pot", "minecraft:flower_pot");
map.put("minecraft:repeating_command_block", "minecraft:command_block");
map.put("minecraft:chain_command_block", "minecraft:command_block");
map.put("minecraft:shulker_box", "minecraft:shulker_box");
map.put("minecraft:white_shulker_box", "minecraft:shulker_box");
map.put("minecraft:orange_shulker_box", "minecraft:shulker_box");
map.put("minecraft:magenta_shulker_box", "minecraft:shulker_box");
map.put("minecraft:light_blue_shulker_box", "minecraft:shulker_box");
map.put("minecraft:yellow_shulker_box", "minecraft:shulker_box");
map.put("minecraft:lime_shulker_box", "minecraft:shulker_box");
map.put("minecraft:pink_shulker_box", "minecraft:shulker_box");
map.put("minecraft:gray_shulker_box", "minecraft:shulker_box");
map.put("minecraft:silver_shulker_box", "minecraft:shulker_box");
map.put("minecraft:cyan_shulker_box", "minecraft:shulker_box");
map.put("minecraft:purple_shulker_box", "minecraft:shulker_box");
map.put("minecraft:blue_shulker_box", "minecraft:shulker_box");
map.put("minecraft:brown_shulker_box", "minecraft:shulker_box");
map.put("minecraft:green_shulker_box", "minecraft:shulker_box");
map.put("minecraft:red_shulker_box", "minecraft:shulker_box");
map.put("minecraft:black_shulker_box", "minecraft:shulker_box");
map.put("minecraft:bed", "minecraft:bed");
map.put("minecraft:light_gray_shulker_box", "minecraft:shulker_box");
map.put("minecraft:banner", "minecraft:banner");
map.put("minecraft:white_banner", "minecraft:banner");
map.put("minecraft:orange_banner", "minecraft:banner");
map.put("minecraft:magenta_banner", "minecraft:banner");
map.put("minecraft:light_blue_banner", "minecraft:banner");
map.put("minecraft:yellow_banner", "minecraft:banner");
map.put("minecraft:lime_banner", "minecraft:banner");
map.put("minecraft:pink_banner", "minecraft:banner");
map.put("minecraft:gray_banner", "minecraft:banner");
map.put("minecraft:silver_banner", "minecraft:banner");
map.put("minecraft:light_gray_banner", "minecraft:banner");
map.put("minecraft:cyan_banner", "minecraft:banner");
map.put("minecraft:purple_banner", "minecraft:banner");
map.put("minecraft:blue_banner", "minecraft:banner");
map.put("minecraft:brown_banner", "minecraft:banner");
map.put("minecraft:green_banner", "minecraft:banner");
map.put("minecraft:red_banner", "minecraft:banner");
map.put("minecraft:black_banner", "minecraft:banner");
map.put("minecraft:standing_sign", "minecraft:sign");
map.put("minecraft:wall_sign", "minecraft:sign");
map.put("minecraft:piston_head", "minecraft:piston");
map.put("minecraft:daylight_detector_inverted", "minecraft:daylight_detector");
map.put("minecraft:unpowered_comparator", "minecraft:comparator");
map.put("minecraft:powered_comparator", "minecraft:comparator");
map.put("minecraft:wall_banner", "minecraft:banner");
map.put("minecraft:standing_banner", "minecraft:banner");
map.put("minecraft:structure_block", "minecraft:structure_block");
map.put("minecraft:end_portal", "minecraft:end_portal");
map.put("minecraft:end_gateway", "minecraft:end_gateway");
map.put("minecraft:sign", "minecraft:sign");
map.put("minecraft:shield", "minecraft:banner");
map.put("minecraft:white_bed", "minecraft:bed");
map.put("minecraft:orange_bed", "minecraft:bed");
map.put("minecraft:magenta_bed", "minecraft:bed");
map.put("minecraft:light_blue_bed", "minecraft:bed");
map.put("minecraft:yellow_bed", "minecraft:bed");
map.put("minecraft:lime_bed", "minecraft:bed");
map.put("minecraft:pink_bed", "minecraft:bed");
map.put("minecraft:gray_bed", "minecraft:bed");
map.put("minecraft:silver_bed", "minecraft:bed");
map.put("minecraft:light_gray_bed", "minecraft:bed");
map.put("minecraft:cyan_bed", "minecraft:bed");
map.put("minecraft:purple_bed", "minecraft:bed");
map.put("minecraft:blue_bed", "minecraft:bed");
map.put("minecraft:brown_bed", "minecraft:bed");
map.put("minecraft:green_bed", "minecraft:bed");
map.put("minecraft:red_bed", "minecraft:bed");
map.put("minecraft:black_bed", "minecraft:bed");
map.put("minecraft:oak_sign", "minecraft:sign");
map.put("minecraft:spruce_sign", "minecraft:sign");
map.put("minecraft:birch_sign", "minecraft:sign");
map.put("minecraft:jungle_sign", "minecraft:sign");
map.put("minecraft:acacia_sign", "minecraft:sign");
map.put("minecraft:dark_oak_sign", "minecraft:sign");
map.put("minecraft:crimson_sign", "minecraft:sign");
map.put("minecraft:warped_sign", "minecraft:sign");
map.put("minecraft:skeleton_skull", "minecraft:skull");
map.put("minecraft:wither_skeleton_skull", "minecraft:skull");
map.put("minecraft:zombie_head", "minecraft:skull");
map.put("minecraft:player_head", "minecraft:skull");
map.put("minecraft:creeper_head", "minecraft:skull");
map.put("minecraft:dragon_head", "minecraft:skull");
map.put("minecraft:barrel", "minecraft:barrel");
map.put("minecraft:conduit", "minecraft:conduit");
map.put("minecraft:smoker", "minecraft:smoker");
map.put("minecraft:blast_furnace", "minecraft:blast_furnace");
map.put("minecraft:lectern", "minecraft:lectern");
map.put("minecraft:bell", "minecraft:bell");
map.put("minecraft:jigsaw", "minecraft:jigsaw");
map.put("minecraft:campfire", "minecraft:campfire");
map.put("minecraft:bee_nest", "minecraft:beehive");
map.put("minecraft:beehive", "minecraft:beehive");
map.put("minecraft:sculk_sensor", "minecraft:sculk_sensor");
map.put("minecraft:decorated_pot", "minecraft:decorated_pot");
map.put("minecraft:crafter", "minecraft:crafter");
return ImmutableMap.copyOf(map);
});
protected static final HookFunction ADD_NAMES = new HookFunction() {
@Override
public <T> T apply(DynamicOps<T> ops, T value) {
return V99.addNames(new Dynamic<>(ops, value), V704.ITEM_TO_BLOCKENTITY, V99.ITEM_TO_ENTITY);
}
};
public V704(int versionKey, Schema parent) {
super(versionKey, parent);
}
@Override
public Type<?> getChoiceType(TypeReference type, String choiceName) {
return Objects.equals(type.typeName(), References.BLOCK_ENTITY.typeName())
? super.getChoiceType(type, NamespacedSchema.ensureNamespaced(choiceName))
: super.getChoiceType(type, choiceName);
}
@Override
public Map<String, Supplier<TypeTemplate>> registerBlockEntities(Schema schema) {
Map<String, Supplier<TypeTemplate>> map = super.registerBlockEntities(schema);
BlockEntityIdFix.ID_MAP
.forEach((oldId, newId) -> map.put(newId, Objects.requireNonNull(map.remove(oldId), () -> "Didn't find " + oldId + " in schema")));
return map;
}
@Override
public void registerTypes(Schema schema, Map<String, Supplier<TypeTemplate>> entityTypes, Map<String, Supplier<TypeTemplate>> blockEntityTypes) {
super.registerTypes(schema, entityTypes, blockEntityTypes);
schema.registerType(
true,
References.BLOCK_ENTITY,
() -> DSL.optionalFields(
"components", References.DATA_COMPONENTS.in(schema), DSL.taggedChoiceLazy("id", NamespacedSchema.namespacedString(), blockEntityTypes)
)
);
schema.registerType(
true,
References.ITEM_STACK,
() -> DSL.hook(DSL.optionalFields("id", References.ITEM_NAME.in(schema), "tag", V99.itemStackTag(schema)), ADD_NAMES, HookFunction.IDENTITY)
);
}
}引用的其他类
-
- 引用位置:
参数/继承
- 引用位置:
-
- 引用位置:
方法调用 - 关联成员:
NamespacedSchema.ensureNamespaced(), NamespacedSchema.namespacedString()
- 引用位置:
-
- 引用位置:
方法调用 - 关联成员:
V99.addNames(), V99.itemStackTag()
- 引用位置: