Class FabricWorld
java.lang.Object
com.elikill58.negativity.api.location.World
com.elikill58.negativity.fabric.impl.location.FabricWorld
- All Implemented Interfaces:
NegativityObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlockAt(int x, int y, int z) getBlockAt(Location loc) intintgetName()booleanisPVP()Methods inherited from class com.elikill58.negativity.api.location.World
getBlockAt, getBlockAt, getEntityWithID
-
Constructor Details
-
FabricWorld
public FabricWorld(net.minecraft.world.World w)
-
-
Method Details
-
getName
-
getBlockAt
- Specified by:
getBlockAtin classWorld
-
getBlockAt
- Specified by:
getBlockAtin classWorld
-
getEntities
- Specified by:
getEntitiesin classWorld
-
getDifficulty
- Specified by:
getDifficultyin classWorld
-
getMaxHeight
public int getMaxHeight()- Specified by:
getMaxHeightin classWorld
-
getMinHeight
public int getMinHeight()- Specified by:
getMinHeightin classWorld
-
isPVP
public boolean isPVP() -
getDefault
-