Package net.minecraft.util.datafix.schemas
Part 1/1
NamespacedSchema
- Full name:
net.minecraft.util.datafix.schemas.NamespacedSchema - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/NamespacedSchema.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.NamespacedSchema#ensureNamespaced(String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/NamespacedSchema.java:34 - Modifiers:
public static - Return:
String
คืออะไร
ดำเนินการ ensureNamespaced ตาม implementation ของ NamespacedSchema
ทำงานยังไง
เรียกต่อ: tryParse(), toString(). คืนค่า: resourceLocation != null ? resourceLocation.toString() : string.
Parameters
String string
ตัวอย่างใช้งาน
net.minecraft.util.datafix.schemas.NamespacedSchema#getChoiceType(TypeReference,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/NamespacedSchema.java:43 - Modifiers:
public - Return:
Type<?>
คืออะไร
อ่านค่า Choice Type
ทำงานยังไง
เรียกต่อ: ensureNamespaced(). คืนค่า: super.getChoiceType(typeReference, ensureNamespaced(string)).
Parameters
TypeReference typeReferenceString string
ตัวอย่างใช้งาน
NamespacedSchema instance = ...;
TypeReference typeReference = ...;
Type<?> result = instance.getChoiceType(typeReference, "value");
net.minecraft.util.datafix.schemas.NamespacedSchema#NamespacedSchema(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/NamespacedSchema.java:30 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ NamespacedSchema ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
net.minecraft.util.datafix.schemas.NamespacedSchema#namespacedString()
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/NamespacedSchema.java:39 - Modifiers:
public static - Return:
Type<String>
คืออะไร
ดำเนินการ namespacedString ตาม implementation ของ NamespacedSchema
ทำงานยังไง
คืนค่า: NAMESPACED_STRING.
Parameters
- ไม่มี
ตัวอย่างใช้งาน
V100
- Full name:
net.minecraft.util.datafix.schemas.V100 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V100.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V100#equipment(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V100.java:15 - Modifiers:
protected static - Return:
TypeTemplate
คืออะไร
ดำเนินการ equipment ตาม implementation ของ V100
ทำงานยังไง
เรียกต่อ: optionalFields(), list(), in().
Parameters
Schema schema
ตัวอย่างใช้งาน
Schema schema = ...;
@Override
protected TypeTemplate equipment(Schema schema) {
return super.equipment(schema);
}
net.minecraft.util.datafix.schemas.V100#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V100.java:30 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: registerMob(), register(), optionalFields(), in(), equipment(), list(), registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V100 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V100#registerMob(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V100.java:26 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Mob
ทำงานยังไง
เรียกต่อ: register(), equipment().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMob(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMob(schema, map, string);
}
net.minecraft.util.datafix.schemas.V100#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V100.java:94 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), list(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V100 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V100#V100(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V100.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V100 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V102
- Full name:
net.minecraft.util.datafix.schemas.V102 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V102.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V102#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V102.java:17 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), hook(), optionalFields(), in(), of(), list().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V102 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V102#V102(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V102.java:13 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V102 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1022
- Full name:
net.minecraft.util.datafix.schemas.V1022 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1022.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V1022#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1022.java:16 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), constType(), namespacedString(), optionalFields(), of(), in(), list(), compoundList().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V1022 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V1022#V1022(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1022.java:12 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1022 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V106
- Full name:
net.minecraft.util.datafix.schemas.V106 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V106.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V106#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V106.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), list(), fields(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V106 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V106#V106(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V106.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V106 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V107
- Full name:
net.minecraft.util.datafix.schemas.V107 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V107.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V107#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V107.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: remove(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V107 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V107#V107(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V107.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V107 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1125
- Full name:
net.minecraft.util.datafix.schemas.V1125 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1125.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1125#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1125.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1125 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1125#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1125.java:22 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), compoundList(), in(), constType(), string(), namespacedString().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V1125 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V1125#V1125(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1125.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1125 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V135
- Full name:
net.minecraft.util.datafix.schemas.V135 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V135.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V135#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V135.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), in(), list().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V135 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V135#V135(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V135.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V135 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V143
- Full name:
net.minecraft.util.datafix.schemas.V143 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V143.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V143#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V143.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: remove(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V143 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V143#V143(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V143.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V143 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1451
- Full name:
net.minecraft.util.datafix.schemas.V1451 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1451.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1451#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1451 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1451#V1451(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1451 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1451_1
- Full name:
net.minecraft.util.datafix.schemas.V1451_1 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1451_1.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1451_1#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_1.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), fields(), optionalFields(), list(), in(), or(), remainder().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V1451_1 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V1451_1#V1451_1(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_1.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1451_1 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1451_2
- Full name:
net.minecraft.util.datafix.schemas.V1451_2 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1451_2.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1451_2#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_2.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1451_2 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1451_2#V1451_2(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_2.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1451_2 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1451_3
- Full name:
net.minecraft.util.datafix.schemas.V1451_3 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1451_3.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1451_3#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_3.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: registerSimple(), register(), optionalFields(), in(), equipment(), list(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1451_3 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1451_3#V1451_3(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_3.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1451_3 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1451_4
- Full name:
net.minecraft.util.datafix.schemas.V1451_4 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1451_4.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1451_4#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_4.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), constType(), namespacedString().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V1451_4 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V1451_4#V1451_4(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_4.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1451_4 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1451_5
- Full name:
net.minecraft.util.datafix.schemas.V1451_5 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1451_5.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1451_5#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_5.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: remove(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1451_5 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1451_5#V1451_5(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_5.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1451_5 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1451_6
- Full name:
net.minecraft.util.datafix.schemas.V1451_6 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1451_6.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1451_6#createCriterionTypes(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_6.java:117 - Modifiers:
protected static - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
สร้าง Criterion Types
ทำงานยังไง
เรียกต่อ: optionalFields(), in(), newHashMap(), put(), constType(), namespacedString(), string(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
Schema schema = ...;
@Override
protected Map<String, Supplier<TypeTemplate>> createCriterionTypes(Schema schema) {
return super.createCriterionTypes(schema);
}
net.minecraft.util.datafix.schemas.V1451_6#packNamespacedWithDot(String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_6.java:135 - Modifiers:
public static - Return:
String
คืออะไร
ดำเนินการ packNamespacedWithDot ตาม implementation ของ V1451_6
ทำงานยังไง
เรียกต่อ: tryParse(), getNamespace(), getPath(). คืนค่า: resourceLocation != null ? resourceLocation.getNamespace() + "." + resourceLocation.getPath() : string.
Parameters
String string
ตัวอย่างใช้งาน
net.minecraft.util.datafix.schemas.V1451_6#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_6.java:87 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: compoundList(), in(), constType(), intType(), registerType(), optionalFields(), of(), get().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V1451_6 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V1451_6#V1451_6(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1451_6.java:83 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1451_6 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1460
- Full name:
net.minecraft.util.datafix.schemas.V1460 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1460.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1460#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1460.java:167 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: newHashMap(), registerInventory(), registerSimple(), register(), optionalFields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1460 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1460#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1460.java:26 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: newHashMap(), register(), optionalFields(), in(), registerMob(), registerSimple(), list(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1460 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1460#registerInventory(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1460.java:22 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Inventory
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerInventory(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerInventory(schema, map, string);
}
net.minecraft.util.datafix.schemas.V1460#registerMob(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1460.java:18 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Mob
ทำงานยังไง
เรียกต่อ: register(), equipment().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMob(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMob(schema, map, string);
}
net.minecraft.util.datafix.schemas.V1460#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1460.java:197 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), constType(), namespacedString(), optionalFields(), of(), in(), list(), fields().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V1460 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V1460#V1460(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1460.java:14 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1460 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1466
- Full name:
net.minecraft.util.datafix.schemas.V1466 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1466.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1466#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1466.java:39 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: put(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1466 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1466#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1466.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), fields(), optionalFields(), list(), in(), or(), remainder(), compoundList().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V1466 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V1466#V1466(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1466.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1466 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1470
- Full name:
net.minecraft.util.datafix.schemas.V1470 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1470.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1470#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1470.java:19 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: registerMob(), register(), optionalFields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1470 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1470#registerMob(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1470.java:15 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Mob
ทำงานยังไง
เรียกต่อ: register(), equipment().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMob(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMob(schema, map, string);
}
net.minecraft.util.datafix.schemas.V1470#V1470(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1470.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1470 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1481
- Full name:
net.minecraft.util.datafix.schemas.V1481 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1481.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1481#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1481.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1481 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1481#V1481(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1481.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1481 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1483
- Full name:
net.minecraft.util.datafix.schemas.V1483 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1483.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1483#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1483.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: put(), remove(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1483 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1483#V1483(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1483.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1483 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1486
- Full name:
net.minecraft.util.datafix.schemas.V1486 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1486.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1486#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1486.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: put(), remove(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1486 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1486#V1486(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1486.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1486 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1510
- Full name:
net.minecraft.util.datafix.schemas.V1510 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1510.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1510#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1510.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: put(), remove(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1510 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1510#V1510(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1510.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1510 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1800
- Full name:
net.minecraft.util.datafix.schemas.V1800 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1800.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1800#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1800.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1800 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1800#V1800(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1800.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1800 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1801
- Full name:
net.minecraft.util.datafix.schemas.V1801 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1801.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1801#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1801.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1801 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1801#V1801(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1801.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1801 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1904
- Full name:
net.minecraft.util.datafix.schemas.V1904 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1904.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1904#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1904.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1904 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1904#V1904(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1904.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1904 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1906
- Full name:
net.minecraft.util.datafix.schemas.V1906 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1906.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1906#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1906.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: registerInventory(), register(), optionalFields(), in(), registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1906 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1906#registerInventory(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1906.java:26 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Inventory
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerInventory(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerInventory(schema, map, string);
}
net.minecraft.util.datafix.schemas.V1906#V1906(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1906.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1906 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1909
- Full name:
net.minecraft.util.datafix.schemas.V1909 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1909.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1909#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1909.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1909 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1909#V1909(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1909.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1909 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1920
- Full name:
net.minecraft.util.datafix.schemas.V1920 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1920.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1920#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1920.java:19 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: registerInventory(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1920 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V1920#registerInventory(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1920.java:15 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Inventory
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerInventory(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerInventory(schema, map, string);
}
net.minecraft.util.datafix.schemas.V1920#V1920(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1920.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1920 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1928
- Full name:
net.minecraft.util.datafix.schemas.V1928 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1928.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1928#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1928.java:17 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: remove(), registerMob(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1928 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1928#registerMob(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1928.java:13 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Mob
ทำงานยังไง
เรียกต่อ: register(), equipment().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMob(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMob(schema, map, string);
}
net.minecraft.util.datafix.schemas.V1928#V1928(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1928.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1928 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1929
- Full name:
net.minecraft.util.datafix.schemas.V1929 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1929.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1929#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1929.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1929 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1929#V1929(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1929.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1929 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V1931
- Full name:
net.minecraft.util.datafix.schemas.V1931 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V1931.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V1931#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1931.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V1931 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V1931#V1931(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V1931.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V1931 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2100
- Full name:
net.minecraft.util.datafix.schemas.V2100 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2100.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2100#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2100.java:27 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2100 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V2100#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2100.java:19 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: registerMob(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2100 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2100#registerMob(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2100.java:15 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Mob
ทำงานยังไง
เรียกต่อ: register(), equipment().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMob(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMob(schema, map, string);
}
net.minecraft.util.datafix.schemas.V2100#V2100(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2100.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2100 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2501
- Full name:
net.minecraft.util.datafix.schemas.V2501 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2501.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2501#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2501.java:25 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: registerFurnace(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2501 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V2501#V2501(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2501.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2501 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2502
- Full name:
net.minecraft.util.datafix.schemas.V2502 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2502.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2502#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2502.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2502 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2502#V2502(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2502.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2502 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2505
- Full name:
net.minecraft.util.datafix.schemas.V2505 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2505.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2505#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2505.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2505 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2505#V2505(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2505.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2505 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2509
- Full name:
net.minecraft.util.datafix.schemas.V2509 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2509.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2509#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2509.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: remove(), register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2509 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2509#V2509(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2509.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2509 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2519
- Full name:
net.minecraft.util.datafix.schemas.V2519 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2519.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2519#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2519.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2519 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2519#V2519(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2519.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2519 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2522
- Full name:
net.minecraft.util.datafix.schemas.V2522 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2522.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2522#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2522.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2522 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2522#V2522(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2522.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2522 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2551
- Full name:
net.minecraft.util.datafix.schemas.V2551 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2551.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2551#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2551.java:16 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), fields(), compoundList(), constType(), namespacedString(), taggedChoiceLazy(), string(), of().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V2551 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V2551#V2551(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2551.java:12 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2551 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2568
- Full name:
net.minecraft.util.datafix.schemas.V2568 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2568.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2568#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2568.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2568 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2568#V2568(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2568.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2568 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2571
- Full name:
net.minecraft.util.datafix.schemas.V2571 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2571.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2571#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2571.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2571 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2571#V2571(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2571.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2571 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2684
- Full name:
net.minecraft.util.datafix.schemas.V2684 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2684.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2684#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2684.java:21 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2684 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V2684#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2684.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), constType(), namespacedString().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V2684 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V2684#V2684(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2684.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2684 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2686
- Full name:
net.minecraft.util.datafix.schemas.V2686 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2686.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2686#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2686.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2686 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2686#V2686(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2686.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2686 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2688
- Full name:
net.minecraft.util.datafix.schemas.V2688 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2688.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2688#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2688.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(), optionalFields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2688 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2688#V2688(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2688.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2688 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2704
- Full name:
net.minecraft.util.datafix.schemas.V2704 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2704.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2704#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2704.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2704 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2704#V2704(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2704.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2704 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2707
- Full name:
net.minecraft.util.datafix.schemas.V2707 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2707.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2707#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2707.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V2707 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V2707#V2707(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2707.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2707 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2831
- Full name:
net.minecraft.util.datafix.schemas.V2831 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2831.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2831#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2831.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), list(), fields(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V2831 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V2831#V2831(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2831.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2831 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2832
- Full name:
net.minecraft.util.datafix.schemas.V2832 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2832.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2832#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2832.java:16 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), fields(), optionalFields(), list(), in(), or(), remainder(), compoundList().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V2832 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V2832#V2832(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2832.java:12 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2832 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V2842
- Full name:
net.minecraft.util.datafix.schemas.V2842 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V2842.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V2842#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2842.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), list(), in(), or(), remainder(), fields(), compoundList().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V2842 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V2842#V2842(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V2842.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V2842 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3076
- Full name:
net.minecraft.util.datafix.schemas.V3076 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3076.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3076#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3076.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3076 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3076#V3076(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3076.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3076 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3078
- Full name:
net.minecraft.util.datafix.schemas.V3078 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3078.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3078#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3078.java:27 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3078 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3078#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3078.java:19 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: registerMob(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3078 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3078#registerMob(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3078.java:15 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Mob
ทำงานยังไง
เรียกต่อ: register(), equipment().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMob(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMob(schema, map, string);
}
net.minecraft.util.datafix.schemas.V3078#V3078(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3078.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3078 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3081
- Full name:
net.minecraft.util.datafix.schemas.V3081 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3081.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3081#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3081.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3081 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3081#V3081(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3081.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3081 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3082
- Full name:
net.minecraft.util.datafix.schemas.V3082 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3082.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3082#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3082.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3082 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3082#V3082(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3082.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3082 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3083
- Full name:
net.minecraft.util.datafix.schemas.V3083 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3083.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3083#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3083.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3083 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3083#V3083(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3083.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3083 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3202
- Full name:
net.minecraft.util.datafix.schemas.V3202 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3202.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3202#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3202.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3202 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3202#V3202(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3202.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3202 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3203
- Full name:
net.minecraft.util.datafix.schemas.V3203 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3203.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3203#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3203.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3203 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3203#V3203(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3203.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3203 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3204
- Full name:
net.minecraft.util.datafix.schemas.V3204 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3204.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3204#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3204.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3204 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3204#V3204(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3204.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3204 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3325
- Full name:
net.minecraft.util.datafix.schemas.V3325 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3325.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3325#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3325.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(), registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3325 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3325#V3325(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3325.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3325 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3326
- Full name:
net.minecraft.util.datafix.schemas.V3326 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3326.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3326#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3326.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3326 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3326#V3326(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3326.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3326 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3327
- Full name:
net.minecraft.util.datafix.schemas.V3327 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3327.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3327#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3327.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3327 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3327#V3327(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3327.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3327 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3328
- Full name:
net.minecraft.util.datafix.schemas.V3328 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3328.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3328#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3328.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3328 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3328#V3328(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3328.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3328 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3438
- Full name:
net.minecraft.util.datafix.schemas.V3438 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3438.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3438#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3438.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: put(), remove(), registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3438 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3438#V3438(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3438.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3438 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3448
- Full name:
net.minecraft.util.datafix.schemas.V3448 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3448.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3448#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3448.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3448 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3448#V3448(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3448.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3448 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3682
- Full name:
net.minecraft.util.datafix.schemas.V3682 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3682.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3682#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3682.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3682 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3682#V3682(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3682.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3682 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3683
- Full name:
net.minecraft.util.datafix.schemas.V3683 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3683.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3683#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3683.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3683 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3683#V3683(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3683.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3683 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3685
- Full name:
net.minecraft.util.datafix.schemas.V3685 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3685.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3685#abstractArrow(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3685.java:15 - Modifiers:
protected static - Return:
TypeTemplate
คืออะไร
ดำเนินการ abstractArrow ตาม implementation ของ V3685
ทำงานยังไง
เรียกต่อ: optionalFields(), in(). คืนค่า: DSL.optionalFields("inBlockState", References.BLOCK_STATE.in(schema), "item", References.ITEM_STACK.in(schema)).
Parameters
Schema schema
ตัวอย่างใช้งาน
Schema schema = ...;
@Override
protected TypeTemplate abstractArrow(Schema schema) {
return super.abstractArrow(schema);
}
net.minecraft.util.datafix.schemas.V3685#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3685.java:19 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), abstractArrow(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3685 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3685#V3685(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3685.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3685 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3689
- Full name:
net.minecraft.util.datafix.schemas.V3689 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3689.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3689#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3689.java:24 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), fields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3689 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3689#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3689.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(), registerSimple(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3689 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3689#V3689(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3689.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3689 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3799
- Full name:
net.minecraft.util.datafix.schemas.V3799 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3799.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3799#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3799.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3799 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3799#V3799(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3799.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3799 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3807
- Full name:
net.minecraft.util.datafix.schemas.V3807 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3807.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3807#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3807.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(), list(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3807 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3807#V3807(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3807.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3807 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3808
- Full name:
net.minecraft.util.datafix.schemas.V3808 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3808.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3808#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3808.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3808 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3808#V3808(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3808.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3808 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3808_1
- Full name:
net.minecraft.util.datafix.schemas.V3808_1 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3808_1.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3808_1#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3808_1.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3808_1 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3808_1#V3808_1(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3808_1.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3808_1 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3808_2
- Full name:
net.minecraft.util.datafix.schemas.V3808_2 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3808_2.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3808_2#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3808_2.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3808_2 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3808_2#V3808_2(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3808_2.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3808_2 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3816
- Full name:
net.minecraft.util.datafix.schemas.V3816 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3816.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3816#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3816.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3816 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3816#V3816(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3816.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3816 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3818
- Full name:
net.minecraft.util.datafix.schemas.V3818 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3818.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3818#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3818.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3818 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V3818#V3818(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3818.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3818 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3818_3
- Full name:
net.minecraft.util.datafix.schemas.V3818_3 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3818_3.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3818_3#components(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3818_3.java:17 - Modifiers:
public static - Return:
SequencedMap<String, Supplier<TypeTemplate>>
คืออะไร
ดำเนินการ components ตาม implementation ของ V3818_3
ทำงานยังไง
เรียกต่อ: put(), list(), optionalFields(), in(), or(). สร้างออบเจ็กต์: LinkedHashMap<>. คืนค่า: sequencedMap.
Parameters
Schema schema
ตัวอย่างใช้งาน
Schema schema = ...;
SequencedMap<String, Supplier<TypeTemplate>> result = V3818_3.components(schema);
net.minecraft.util.datafix.schemas.V3818_3#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3818_3.java:42 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFieldsLazy(), components().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V3818_3 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V3818_3#V3818_3(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3818_3.java:13 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3818_3 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3818_4
- Full name:
net.minecraft.util.datafix.schemas.V3818_4 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3818_4.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3818_4#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3818_4.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V3818_4 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V3818_4#V3818_4(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3818_4.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3818_4 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3818_5
- Full name:
net.minecraft.util.datafix.schemas.V3818_5 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3818_5.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3818_5#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3818_5.java:15 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V3818_5 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V3818_5#V3818_5(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3818_5.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3818_5 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3825
- Full name:
net.minecraft.util.datafix.schemas.V3825 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3825.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3825#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3825.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3825 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3825#V3825(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3825.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3825 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V3938
- Full name:
net.minecraft.util.datafix.schemas.V3938 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V3938.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V3938#abstractArrow(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3938.java:15 - Modifiers:
protected static - Return:
TypeTemplate
คืออะไร
ดำเนินการ abstractArrow ตาม implementation ของ V3938
ทำงานยังไง
เรียกต่อ: optionalFields(), in().
Parameters
Schema schema
ตัวอย่างใช้งาน
Schema schema = ...;
@Override
protected TypeTemplate abstractArrow(Schema schema) {
return super.abstractArrow(schema);
}
net.minecraft.util.datafix.schemas.V3938#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3938.java:21 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), abstractArrow(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V3938 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V3938#V3938(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V3938.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V3938 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V4059
- Full name:
net.minecraft.util.datafix.schemas.V4059 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V4059.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V4059#components(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4059.java:16 - Modifiers:
public static - Return:
SequencedMap<String, Supplier<TypeTemplate>>
คืออะไร
ดำเนินการ components ตาม implementation ของ V4059
ทำงานยังไง
เรียกต่อ: remove(), put(), in(), optionalFields(), or(), list(). คืนค่า: sequencedMap.
Parameters
Schema schema
ตัวอย่างใช้งาน
Schema schema = ...;
SequencedMap<String, Supplier<TypeTemplate>> result = V4059.components(schema);
net.minecraft.util.datafix.schemas.V4059#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4059.java:26 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFieldsLazy(), components().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V4059 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V4059#V4059(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4059.java:12 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V4059 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V4067
- Full name:
net.minecraft.util.datafix.schemas.V4067 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V4067.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V4067#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4067.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: remove(), registerSimple(), registerChestBoat(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V4067 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V4067#V4067(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4067.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V4067 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V4070
- Full name:
net.minecraft.util.datafix.schemas.V4070 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V4070.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V4070#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4070.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: registerSimple(), register(), optionalFields(), list(), in(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V4070 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V4070#V4070(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4070.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V4070 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V4071
- Full name:
net.minecraft.util.datafix.schemas.V4071 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V4071.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V4071#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4071.java:22 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V4071 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V4071#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4071.java:14 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V4071 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V4071#V4071(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V4071.java:10 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V4071 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V501
- Full name:
net.minecraft.util.datafix.schemas.V501 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V501.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V501#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V501.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V501 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V501#V501(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V501.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V501 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V700
- Full name:
net.minecraft.util.datafix.schemas.V700 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V700.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V700#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V700.java:13 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V700 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V700#V700(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V700.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V700 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V701
- Full name:
net.minecraft.util.datafix.schemas.V701 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V701.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V701#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V701.java:17 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: registerMob(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V701 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V701#registerMob(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V701.java:13 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Mob
ทำงานยังไง
เรียกต่อ: register(), equipment().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMob(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMob(schema, map, string);
}
net.minecraft.util.datafix.schemas.V701#V701(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V701.java:9 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V701 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V702
- Full name:
net.minecraft.util.datafix.schemas.V702 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V702.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V702#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V702.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V702 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V702#V702(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V702.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V702 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V703
- Full name:
net.minecraft.util.datafix.schemas.V703 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V703.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V703#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V703.java:15 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: remove(), register(), optionalFields(), in(), equipment(), list(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V703 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V703#V703(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V703.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V703 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V704
- Full name:
net.minecraft.util.datafix.schemas.V704 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V704.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V704#getChoiceType(TypeReference,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V704.java:157 - Modifiers:
public - Return:
Type<?>
คืออะไร
อ่านค่า Choice Type
ทำงานยังไง
เรียกต่อ: equals(), typeName(), ensureNamespaced().
Parameters
TypeReference typeReferenceString string
ตัวอย่างใช้งาน
V704 instance = ...;
TypeReference typeReference = ...;
Type<?> result = instance.getChoiceType(typeReference, "value");
net.minecraft.util.datafix.schemas.V704#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V704.java:164 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: newHashMap(), registerInventory(), registerSimple(), register(), optionalFields(), in(), or(), constType(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V704 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V704#registerInventory(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V704.java:153 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Inventory
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerInventory(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerInventory(schema, map, string);
}
net.minecraft.util.datafix.schemas.V704#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V704.java:193 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), in(), taggedChoiceLazy(), namespacedString(), hook(), of(), list().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V704 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V704#V704(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V704.java:149 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V704 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V705
- Full name:
net.minecraft.util.datafix.schemas.V705 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V705.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V705#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V705.java:145 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: newHashMap(), register(), optionalFields(), in(), registerMob(), registerSimple(), list(), equipment(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V705 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V705#registerMob(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V705.java:137 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Mob
ทำงานยังไง
เรียกต่อ: register(), equipment().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMob(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMob(schema, map, string);
}
net.minecraft.util.datafix.schemas.V705#registerThrowableProjectile(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V705.java:141 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Throwable Projectile
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerThrowableProjectile(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerThrowableProjectile(schema, map, string);
}
net.minecraft.util.datafix.schemas.V705#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V705.java:286 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), taggedChoiceLazy(), namespacedString(), hook(), optionalFields(), in(), of(), list().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V705 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V705#V705(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V705.java:133 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V705 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V808
- Full name:
net.minecraft.util.datafix.schemas.V808 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V808.java - Type:
class - Modifiers:
public - Extends:
NamespacedSchema
net.minecraft.util.datafix.schemas.V808#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V808.java:19 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: registerInventory(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V808 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V808#registerInventory(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V808.java:15 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Inventory
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerInventory(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerInventory(schema, map, string);
}
net.minecraft.util.datafix.schemas.V808#V808(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V808.java:11 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V808 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema
ตัวอย่างใช้งาน
V99
- Full name:
net.minecraft.util.datafix.schemas.V99 - Package:
net.minecraft.util.datafix.schemas - Source:
common—net/minecraft/util/datafix/schemas/V99.java - Type:
class - Modifiers:
public - Extends:
Schema
net.minecraft.util.datafix.schemas.V99#addNames(Dynamic<T>,Map<String, String>,Map<String, String>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:306 - Modifiers:
protected static - Return:
T
คืออะไร
เพิ่ม Names
ทำงานยังไง
ตรวจเงื่อนไขด้วย if ; มีการวนลูป. เรียกต่อ: update(), get(), asString(), result(), map(), orElse(), equals(), set(). มีจุด return อย่างน้อย 4 จุด.
Parameters
Dynamic<T> dynamicMap<String, String> mapMap<String, String> map2
ตัวอย่างใช้งาน
Dynamic<T> dynamic = ...;
Map<String, String> map = ...;
Map<String, String> map2 = ...;
@Override
protected T addNames(Dynamic<T> dynamic, Map<String, String> map, Map<String, String> map2) {
return super.addNames(dynamic, map, map2);
}
net.minecraft.util.datafix.schemas.V99#equipment(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:68 - Modifiers:
protected static - Return:
TypeTemplate
คืออะไร
ดำเนินการ equipment ตาม implementation ของ V99
ทำงานยังไง
เรียกต่อ: optionalFields(), list(), in(). คืนค่า: DSL.optionalFields("Equipment", DSL.list(References.ITEM_STACK.in(schema))).
Parameters
Schema schema
ตัวอย่างใช้งาน
Schema schema = ...;
@Override
protected TypeTemplate equipment(Schema schema) {
return super.equipment(schema);
}
net.minecraft.util.datafix.schemas.V99#registerBlockEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:191 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Block Entities
ทำงานยังไง
เรียกต่อ: newHashMap(), registerInventory(), registerSimple(), register(), optionalFields(), in(), or(), constType(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V99 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerBlockEntities(schema);
net.minecraft.util.datafix.schemas.V99#registerEntities(Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:88 - Modifiers:
public - Return:
Map<String, Supplier<TypeTemplate>>
คืออะไร
ลงทะเบียน Entities
ทำงานยังไง
เรียกต่อ: newHashMap(), register(), optionalFields(), in(), registerSimple(), registerThrowableProjectile(), list(), registerMinecart(). คืนค่า: map.
Parameters
Schema schema
ตัวอย่างใช้งาน
V99 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> result = instance.registerEntities(schema);
net.minecraft.util.datafix.schemas.V99#registerInventory(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:84 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Inventory
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), list(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerInventory(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerInventory(schema, map, string);
}
net.minecraft.util.datafix.schemas.V99#registerMinecart(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:80 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Minecart
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMinecart(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMinecart(schema, map, string);
}
net.minecraft.util.datafix.schemas.V99#registerMob(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:72 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Mob
ทำงานยังไง
เรียกต่อ: register(), equipment().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerMob(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerMob(schema, map, string);
}
net.minecraft.util.datafix.schemas.V99#registerThrowableProjectile(Schema,Map<String, Supplier<TypeTemplate>>,String)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:76 - Modifiers:
protected static - Return:
void
คืออะไร
ลงทะเบียน Throwable Projectile
ทำงานยังไง
เรียกต่อ: register(), optionalFields(), in().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapString string
ตัวอย่างใช้งาน
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
@Override
protected void registerThrowableProjectile(Schema schema, Map<String, Supplier<TypeTemplate>> map, String string) {
super.registerThrowableProjectile(schema, map, string);
}
net.minecraft.util.datafix.schemas.V99#registerTypes(Schema,Map<String, Supplier<TypeTemplate>>,Map<String, Supplier<TypeTemplate>>)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:220 - Modifiers:
public - Return:
void
คืออะไร
ลงทะเบียน Types
ทำงานยังไง
เรียกต่อ: registerType(), optionalFields(), list(), in(), fields(), or(), remainder(), taggedChoiceLazy().
Parameters
Schema schemaMap<String, Supplier<TypeTemplate>> mapMap<String, Supplier<TypeTemplate>> map2
ตัวอย่างใช้งาน
V99 instance = ...;
Schema schema = ...;
Map<String, Supplier<TypeTemplate>> map = ...;
Map<String, Supplier<TypeTemplate>> map2 = ...;
instance.registerTypes(schema, map, map2);
net.minecraft.util.datafix.schemas.V99#V99(int,Schema)
- Origin:
common - Source:
net/minecraft/util/datafix/schemas/V99.java:64 - Modifiers:
public - Kind: constructor
คืออะไร
สร้างออบเจ็กต์ V99 ด้วยพารามิเตอร์ที่ระบุ
ทำงานยังไง
ทำงานตาม body โดยตรง (ประมาณ 1 statement).
Parameters
int iSchema schema