Klasse VillageWaystone
java.lang.Object
gollorum.signpost.minecraft.worldgen.VillageWaystone
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleandoesWaystoneExistIn(net.minecraft.core.BlockPos villageLocation) Set<Map.Entry<net.minecraft.core.BlockPos, WaystoneHandle.Vanilla>> getAllEntries(WaystoneLibrary waystoneLibrary, net.minecraft.resources.ResourceLocation dimension) getAllEntriesByChunk(WaystoneLibrary waystoneLibrary, boolean validateExistence) static VillageWaystonevoidregister(WaystoneLibrary waystoneLibrary, String name, net.minecraft.core.BlockPos referencePos, net.minecraft.server.level.ServerLevel world, net.minecraft.core.BlockPos blockPos) static voidreset()
-
Felddetails
-
CODEC
-
-
Konstruktordetails
-
VillageWaystone
public VillageWaystone()
-
-
Methodendetails
-
getInstance
-
doesWaystoneExistIn
public boolean doesWaystoneExistIn(net.minecraft.core.BlockPos villageLocation) -
register
public void register(WaystoneLibrary waystoneLibrary, String name, net.minecraft.core.BlockPos referencePos, net.minecraft.server.level.ServerLevel world, net.minecraft.core.BlockPos blockPos) -
reset
public static void reset() -
getAllEntries
public Set<Map.Entry<net.minecraft.core.BlockPos,WaystoneHandle.Vanilla>> getAllEntries(WaystoneLibrary waystoneLibrary, net.minecraft.resources.ResourceLocation dimension) -
getAllEntriesByChunk
public Map<VillageWaystone.ChunkEntryKey,WaystoneHandle.Vanilla> getAllEntriesByChunk(WaystoneLibrary waystoneLibrary, boolean validateExistence)
-