Class FabricWorld
java.lang.Object
com.elikill58.negativity.api.location.World
com.elikill58.negativity.fabric.impl.location.FabricWorld
- All Implemented Interfaces:
NegativityObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlockAt
(int x, int y, int z) getBlockAt
(Location loc) int
int
getName()
boolean
isPVP()
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:
getBlockAt
in classWorld
-
getBlockAt
- Specified by:
getBlockAt
in classWorld
-
getEntities
- Specified by:
getEntities
in classWorld
-
getDifficulty
- Specified by:
getDifficulty
in classWorld
-
getMaxHeight
public int getMaxHeight()- Specified by:
getMaxHeight
in classWorld
-
getMinHeight
public int getMinHeight()- Specified by:
getMinHeight
in classWorld
-
isPVP
public boolean isPVP() -
getDefault
-