@@ -49,30 +49,30 @@ public class ClientCompletionKeys {
49
49
* Completions will attempt to return arguments that represent
50
50
* {@link BlockState}s
51
51
*/
52
- public static ClientCompletionKey <CommandTreeBuilder .Empty > BLOCK_STATE =
52
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > BLOCK_STATE =
53
53
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "BLOCK_STATE" );
54
54
55
55
/**
56
56
* Completions will attempt to return arguments that represent
57
57
* {@link BlockState}s - // TODO: Predicate
58
58
*/
59
- public static ClientCompletionKey <CommandTreeBuilder .Empty > BLOCK_PREDICATE =
59
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > BLOCK_PREDICATE =
60
60
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "BLOCK_PREDICATE" );
61
61
62
- public static ClientCompletionKey <CommandTreeBuilder .Empty > BOOLEAN =
62
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > BOOLEAN =
63
63
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "BOOLEAN" );
64
64
65
65
/**
66
66
* Completions will attempt to return arguments that represent
67
67
* {@link Color}s
68
68
*/
69
- public static ClientCompletionKey <CommandTreeBuilder .Empty > COLOR =
69
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > COLOR =
70
70
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "COLOR" );
71
71
72
- public static ClientCompletionKey <CommandTreeBuilder .Empty > DIMENSION =
72
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > DIMENSION =
73
73
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "DIMENSION" );
74
74
75
- public static ClientCompletionKey <CommandTreeBuilder .Empty > DOUBLE =
75
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > DOUBLE =
76
76
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "DOUBLE" );
77
77
78
78
/**
@@ -82,130 +82,130 @@ public class ClientCompletionKeys {
82
82
public static ClientCompletionKey <CommandTreeBuilder .EntitySelection > ENTITY =
83
83
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "ENTITY" );
84
84
85
- public static ClientCompletionKey <CommandTreeBuilder .Empty > ENTITY_ANCHOR =
85
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > ENTITY_ANCHOR =
86
86
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "ENTITY_ANCHOR" );
87
87
88
- public static ClientCompletionKey <CommandTreeBuilder .Empty > ENTITY_SUMMON =
88
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > ENTITY_SUMMON =
89
89
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "ENTITY_SUMMON" );
90
90
91
- public static ClientCompletionKey <CommandTreeBuilder .Empty > FLOAT =
91
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > FLOAT =
92
92
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "FLOAT" );
93
93
94
94
public static ClientCompletionKey <CommandTreeBuilder .Range <Float >> FLOAT_RANGE =
95
95
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "FLOAT_RANGE" );
96
96
97
- public static ClientCompletionKey <CommandTreeBuilder .Empty > FUNCTION =
97
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > FUNCTION =
98
98
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "FUNCTION" );
99
99
100
100
/**
101
101
* Completions will attempt to return arguments that represent
102
102
* {@link GameProfile}s
103
103
*/
104
- public static ClientCompletionKey <CommandTreeBuilder .Empty > GAME_PROFILE =
104
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > GAME_PROFILE =
105
105
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "GAME_PROFILE" );
106
106
107
107
public static ClientCompletionKey <CommandTreeBuilder .Range <Integer >> INT_RANGE =
108
108
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "INT_RANGE" );
109
109
110
- public static ClientCompletionKey <CommandTreeBuilder .Empty > INTEGER =
110
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > INTEGER =
111
111
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "INTEGER" );
112
112
113
- public static ClientCompletionKey <CommandTreeBuilder .Empty > ITEM_ENCHANTMENT =
113
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > ITEM_ENCHANTMENT =
114
114
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "ITEM_ENCHANTMENT" );
115
115
116
- public static ClientCompletionKey <CommandTreeBuilder .Empty > ITEM_SLOT =
116
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > ITEM_SLOT =
117
117
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "ITEM_SLOT" );
118
118
119
- public static ClientCompletionKey <CommandTreeBuilder .Empty > LONG =
119
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > LONG =
120
120
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "LONG" );
121
121
122
- public static ClientCompletionKey <CommandTreeBuilder .Empty > MESSAGE =
122
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > MESSAGE =
123
123
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "MESSAGE" );
124
124
125
- public static ClientCompletionKey <CommandTreeBuilder .Empty > MOB_EFFECT =
125
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > MOB_EFFECT =
126
126
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "MOB_EFFECT" );
127
127
128
128
// TODO -> dataview?
129
- public static ClientCompletionKey <CommandTreeBuilder .Empty > NBT_COMPOUND =
129
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > NBT_COMPOUND =
130
130
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "NBT_TAG" );
131
131
132
132
// TODO -> datapath?
133
- public static ClientCompletionKey <CommandTreeBuilder .Empty > NBT_PATH =
133
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > NBT_PATH =
134
134
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "NBT_PATH" );
135
135
136
- public static ClientCompletionKey <CommandTreeBuilder .Empty > NBT_TAG =
136
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > NBT_TAG =
137
137
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "NBT_TAG" );
138
138
139
- public static ClientCompletionKey <CommandTreeBuilder .Empty > OBJECTIVE =
139
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > OBJECTIVE =
140
140
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "OBJECTIVE" );
141
141
142
- public static ClientCompletionKey <CommandTreeBuilder .Empty > OBJECTIVE_CRITERIA =
142
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > OBJECTIVE_CRITERIA =
143
143
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "OBJECTIVE_CRITERIA" );
144
144
145
145
// TODO -> check
146
- public static ClientCompletionKey <CommandTreeBuilder .Empty > OPERATION =
146
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > OPERATION =
147
147
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "OPERATION" );
148
148
149
- public static ClientCompletionKey <CommandTreeBuilder .Empty > PARTICLE =
149
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > PARTICLE =
150
150
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "PARTICLE" );
151
151
152
- public static ClientCompletionKey <CommandTreeBuilder .Empty > RESOURCE_LOCATION =
152
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > RESOURCE_LOCATION =
153
153
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "RESOURCE_LOCATION" );
154
154
155
- public static ClientCompletionKey <CommandTreeBuilder .Empty > ROTATION =
155
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > ROTATION =
156
156
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "ROTATION" );
157
157
158
158
public static ClientCompletionKey <CommandTreeBuilder .Amount > SCORE_HOLDER =
159
159
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "SCORE_HOLDER" );
160
160
161
- public static ClientCompletionKey <CommandTreeBuilder .Empty > SCOREBOARD_SLOT =
161
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > SCOREBOARD_SLOT =
162
162
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "SCOREBOARD_SLOT" );
163
163
164
164
public static ClientCompletionKey <CommandTreeBuilder .StringParser > STRING =
165
165
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "STRING" );
166
166
167
- public static ClientCompletionKey <CommandTreeBuilder .Empty > SWIZZLE =
167
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > SWIZZLE =
168
168
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "SWIZZLE" );
169
169
170
- public static ClientCompletionKey <CommandTreeBuilder .Empty > TEAM =
170
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > TEAM =
171
171
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "TEAM" );
172
172
173
173
/**
174
174
* Completions will attempt to return arguments that represent
175
175
* {@link Text}s
176
176
*/
177
- public static ClientCompletionKey <CommandTreeBuilder .Empty > TEXT =
177
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > TEXT =
178
178
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "TEXT" );
179
179
180
- public static ClientCompletionKey <CommandTreeBuilder .Empty > TIME =
180
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > TIME =
181
181
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "TIME" );
182
182
183
183
/**
184
184
* Completions will attempt to return arguments that represent a
185
185
* real-space position (that is, two-dimensional decimal co-ordinates).
186
186
*/
187
- public static ClientCompletionKey <CommandTreeBuilder .Empty > VECTOR_2D =
187
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > VECTOR_2D =
188
188
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "VECTOR_2D" );
189
189
190
190
/**
191
191
* Completions will attempt to return arguments that represent a
192
192
* block position (that is, two-dimensional integer co-ordinates).
193
193
*/
194
- public static ClientCompletionKey <CommandTreeBuilder .Empty > VECTOR_2I =
194
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > VECTOR_2I =
195
195
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "VECTOR_2I" );
196
196
197
197
/**
198
198
* Completions will attempt to return arguments that represent a
199
199
* real-space position (that is, three-dimensional decimal co-ordinates).
200
200
*/
201
- public static ClientCompletionKey <CommandTreeBuilder .Empty > VECTOR_3D =
201
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > VECTOR_3D =
202
202
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "VECTOR_3D" );
203
203
204
204
/**
205
205
* Completions will attempt to return arguments that represent a
206
206
* block position (that is, three-dimensional integer co-ordinates).
207
207
*/
208
- public static ClientCompletionKey <CommandTreeBuilder .Empty > VECTOR_3I =
208
+ public static ClientCompletionKey <CommandTreeBuilder .Basic > VECTOR_3I =
209
209
DummyObjectProvider .createExtendedFor (ClientCompletionKey .class , "VECTOR_3I" );
210
210
211
211
// SORTFIELDS: OFF
0 commit comments