float net.minecraft.entity.player.PlayerCapabilities.getFlySpeed |
( |
) | |
|
float net.minecraft.entity.player.PlayerCapabilities.getWalkSpeed |
( |
) | |
|
void net.minecraft.entity.player.PlayerCapabilities.readCapabilitiesFromNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
void net.minecraft.entity.player.PlayerCapabilities.setFlySpeed |
( |
float |
par1) | |
|
void net.minecraft.entity.player.PlayerCapabilities.setPlayerWalkSpeed |
( |
float |
par1) | |
|
void net.minecraft.entity.player.PlayerCapabilities.writeCapabilitiesToNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
boolean net.minecraft.entity.player.PlayerCapabilities.allowEdit = true |
Indicates whether the player is allowed to modify the surroundings
boolean net.minecraft.entity.player.PlayerCapabilities.allowFlying = false |
whether or not to allow the player to fly when they double jump.
boolean net.minecraft.entity.player.PlayerCapabilities.disableDamage = false |
boolean net.minecraft.entity.player.PlayerCapabilities.isCreativeMode = false |
Used to determine if creative mode is enabled, and therefore if items should be depleted on usage
boolean net.minecraft.entity.player.PlayerCapabilities.isFlying = false |
Sets/indicates whether the player is flying.
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/entity/player/PlayerCapabilities.java