Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
f6db278214
Commit
8b9978102d
@ -1,22 +1,24 @@
|
||||
package de.steamwar.bausystem.features.slaves.laufbau;
|
||||
|
||||
import de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.*;
|
||||
import lombok.experimental.UtilityClass;
|
||||
|
||||
@UtilityClass
|
||||
public class LaufbauLazyInit {
|
||||
|
||||
public static void init() {
|
||||
}
|
||||
|
||||
static {
|
||||
new BellBoundingBox();
|
||||
new BrewingStandBoundingBox();
|
||||
new ChorusPlantBoundingBox();
|
||||
new FencesBoundingBox();
|
||||
new GrindstoneBoundingBox();
|
||||
new HopperBoundingBox();
|
||||
new IronBarBoundingBox();
|
||||
new LanternBoundingBox();
|
||||
new StairBoundingBox();
|
||||
new WallBoundingBox();
|
||||
new BellBoundingBox().enable();
|
||||
new BrewingStandBoundingBox().enable();
|
||||
new ChorusPlantBoundingBox().enable();
|
||||
new FencesBoundingBox().enable();
|
||||
new GrindstoneBoundingBox().enable();
|
||||
new HopperBoundingBox().enable();
|
||||
new IronBarBoundingBox().enable();
|
||||
new LanternBoundingBox().enable();
|
||||
new StairBoundingBox().enable();
|
||||
new WallBoundingBox().enable();
|
||||
}
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren