C# Class fCraft.Physics

░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄ ░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄ ░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█ ░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░█ ░▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░█ █▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒█ █▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█ ░█▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█ ░░█░░▀▄▀█▄▄░█▀▀▀▄▄▄▄▀▀█▀██░█ ░░░█░░██░░▀█▄▄▄█▄▄█▄████░█ ░░░░█░░░▀▀▄░█░░░█░███████░█ ░░░░░▀▄░░░▀▀▄▄▄█▄█▄█▄█▄▀░░█ ░░░░░░░▀▄▄░▒▒▒▒░░░░░░░░░░█ ░░░░░░░░░░▀▀▄▄░▒▒▒▒▒▒▒▒▒▒░█ ░░░░░░░░░░░░░░▀▄▄▄▄▄░░░░░█ Trollphysics, incoming? Admit it, you just laughed.
Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

Méthode Description
BlockThrough ( Block block ) : bool
CanFloat ( Block block ) : bool
CanSquash ( Block block ) : bool
Load ( ) : void
LoadOtherSettings ( System.Xml.Linq.XElement el, World world ) : void
LoadSettings ( System.Xml.Linq.XElement el, World world ) : void
PlayerPlacingPhysics ( object sender, PlayerPlacingBlockEventArgs e ) : void
SaveOtherSettings ( World world ) : System.Xml.Linq.XElement
SaveOtherSettings ( string rootName, World world ) : System.Xml.Linq.XElement
SaveSettings ( World world ) : System.Xml.Linq.XElement
SaveSettings ( string rootName, World world ) : System.Xml.Linq.XElement

Method Details

BlockThrough() public static méthode

public static BlockThrough ( Block block ) : bool
block Block
Résultat bool

CanFloat() public static méthode

public static CanFloat ( Block block ) : bool
block Block
Résultat bool

CanSquash() public static méthode

public static CanSquash ( Block block ) : bool
block Block
Résultat bool

Load() public static méthode

public static Load ( ) : void
Résultat void

LoadOtherSettings() public static méthode

public static LoadOtherSettings ( System.Xml.Linq.XElement el, World world ) : void
el System.Xml.Linq.XElement
world World
Résultat void

LoadSettings() public static méthode

public static LoadSettings ( System.Xml.Linq.XElement el, World world ) : void
el System.Xml.Linq.XElement
world World
Résultat void

PlayerPlacingPhysics() public static méthode

public static PlayerPlacingPhysics ( object sender, PlayerPlacingBlockEventArgs e ) : void
sender object
e fCraft.Events.PlayerPlacingBlockEventArgs
Résultat void

SaveOtherSettings() public static méthode

public static SaveOtherSettings ( World world ) : System.Xml.Linq.XElement
world World
Résultat System.Xml.Linq.XElement

SaveOtherSettings() public static méthode

public static SaveOtherSettings ( string rootName, World world ) : System.Xml.Linq.XElement
rootName string
world World
Résultat System.Xml.Linq.XElement

SaveSettings() public static méthode

public static SaveSettings ( World world ) : System.Xml.Linq.XElement
world World
Résultat System.Xml.Linq.XElement

SaveSettings() public static méthode

public static SaveSettings ( string rootName, World world ) : System.Xml.Linq.XElement
rootName string
world World
Résultat System.Xml.Linq.XElement