Romestead Assembly Reference

CandideServer.Entities.Controllers.ServerFlintController

Type JSON

public class in CandideServer.Entities.Controllers

Methods9
Properties0
Fields2
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
CanBreakTimerpublicpublic System.Single CanBreakTimer
SharpKeypublicpublic System.String SharpKey

Methods

EntityInitialize

public System.Void EntityInitialize()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashAD0269CA69D1795C85FB701B896A0458B9C7E574BC4CB7525F999BFFADC2D9D0
  • Body hash002D7DBB3F8EBA1BDAD362A6628EAA3D3913C1AE708430C0588372BC8EF930F5
  • IL size48
Referenced calls
String literals
  • sharp

OnDamaged

public System.Void OnDamaged(Shared.Combat.DamageResult damageResult)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashB2909D584617A06450CEE1D80C19BC31993ACCDB4D87FC12F315B373AD052869
  • Body hash90485A763816BE787F947D6CBB4C4861B926E5951A271491207380F802F26C4A
  • IL size218
Referenced calls

OnEntityCollision

public System.Boolean OnEntityCollision(Shared.Entity.EntityWrapper otherEntity, Microsoft.Xna.Framework.Vector3 thisOldVelocity, Microsoft.Xna.Framework.Vector3 thisNewVelocity, Microsoft.Xna.Framework.Vector3 otherOldVelocity, Microsoft.Xna.Framework.Vector3 otherNewVelocity, out Microsoft.Xna.Framework.Vector3& overrideVelocity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash721082CC609333EBDAC34D0E0705401FE4C5C010E88E90A4D06795C93266CC4A
  • Body hashFE0C54BD8DD7FB16400BE3DE6643B9B0BAFA9B9A83B445FFAAEED9FEAB3A6222
  • IL size118
Referenced calls

OnOutOfHealth

public System.Boolean OnOutOfHealth(Shared.Combat.DamageResult damageResult)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • HashD6B299A4EC0C3A0A059EF8F03692C59ECF449731788FF8147DB0B85A2F551D18
  • Body hash535693E48A6AFBB141CA203E93185CE9F60A790142AC6F27EF3D4F2E923867A4
  • IL size103
Referenced calls

OnServerSetState

public System.Void OnServerSetState(System.Int32 state)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash3C40791A559A3B7969F4A6D1246A5B8C6E157918EBC01EE9BBB0139AFFC5CFBB
  • Body hashF36164B86E3F2D9DDEE2B49E995AFC7D4422BCA100C573C1C881C94CC0D7EBBB
  • IL size104
Referenced calls

OnThrownEntityCollision

public System.Boolean OnThrownEntityCollision(Shared.Entity.EntityWrapper thrownEntity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash3D5237B60830544FCEA70DF2F6AECA38637B3C796BFC7CE462C76298C013ABDE
  • Body hash16D454C4618EAF0208402C4B456F79138683C254F77A30A523AA53E84FA36732
  • IL size85
Referenced calls

OtherEntityCanHurtFlint

private System.Boolean OtherEntityCanHurtFlint(Shared.Entity.EntityWrapper otherEntity)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • HashF32AB9200AF26763C22B3A44047824578104B48E24978431B047F12ACF3EBF71
  • Body hashAA58BE331B1DF5DD9169B3276F84F1D820EDEB4303CB86E44E1756865EC330F9
  • IL size94
Referenced calls
Called by
String literals
  • resource:stone

Sharpen

private System.Void Sharpen(Shared.Entity.EntityWrapper hittingEntity, System.Single force)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashC426A79F93CE6F96E8B1C739D5B342507A0C8CF47E800FC1B2FBCE3DC9A9D41B
  • Body hashA2ABCBBC2C620408B5B56D11D76E9A46061BAA676E90616C9D04877F2F07842E
  • IL size377
Referenced calls
Called by
String literals
  • material:flint_shard

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash4200A9E6FD2A8730EF52C8F2C15117DFA094480EC93FAAE3B41A571ADB23BDD1
  • Body hashA63BE267C0B6A95F0E4D46FEF32AC9298852D66B92CDFC2BC5AD7851A3D5F655
  • IL size25
Referenced calls
  • Shared.Entity.EntityWrapper::get_Fdt()