This repository was archived by the owner on May 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ StructureBlockLibApi.INSTANCE
154
154
.onResult(e - > plugin. getLogger(). log(Level . INFO , ChatColor . GREEN + " Loaded structure 'mystructure'." ));
155
155
```
156
156
157
- #### Load a structure on your server and manipulate the blocks
157
+ ##### Load a structure on your server and manipulate the blocks
158
158
159
159
``` java
160
160
// Minimal configuration
@@ -178,7 +178,7 @@ StructureBlockLibApi.INSTANCE
178
178
.onResult(e - > plugin. getLogger(). log(Level . INFO , ChatColor . GREEN + " Loaded structure 'mystructure'." ));
179
179
```
180
180
181
- #### Load a structure on your server and manipulate the entities
181
+ ##### Load a structure on your server and manipulate the entities
182
182
183
183
``` java
184
184
// Minimal configuration
@@ -205,7 +205,7 @@ StructureBlockLibApi.INSTANCE
205
205
.onResult(e - > plugin. getLogger(). log(Level . INFO , ChatColor . GREEN + " Loaded structure 'mystructure'." ));
206
206
```
207
207
208
- #### Load entities in memory and iterate them
208
+ ##### Load entities in memory and iterate them
209
209
210
210
``` java
211
211
List<StructureEntity<Entity , Location > > entities = new ArrayList<> ();
@@ -228,7 +228,7 @@ StructureBlockLibApi.INSTANCE
228
228
});
229
229
```
230
230
231
- #### Load blocks in memory and iterate them
231
+ ##### Load blocks in memory and iterate them
232
232
233
233
``` java
234
234
List<StructurePlacePart<Block , World > > blocks = new ArrayList<> ();
You can’t perform that action at this time.
0 commit comments