Empeld
Empeld plugin documentation.
pluginbase.Objects.World.BlockCacheAttribute Class Reference
Inheritance diagram for pluginbase.Objects.World.BlockCacheAttribute:

Public Member Functions

 BlockCacheAttribute (string name)
 
 BlockCacheAttribute (Type type)
 

Public Attributes

readonly string Name
 
readonly Type Type
 

Detailed Description

Attribute: AttributeUsage(AttributeTargets.Field, AllowMultiple = false)

Constructor & Destructor Documentation

◆ BlockCacheAttribute() [1/2]

pluginbase.Objects.World.BlockCacheAttribute.BlockCacheAttribute ( string  name)
13  {
14  this.Name = name;
15  }
readonly string Name
Definition: BlockCacheAttribute.cs:8

◆ BlockCacheAttribute() [2/2]

pluginbase.Objects.World.BlockCacheAttribute.BlockCacheAttribute ( Type  type)
18  {
19  this.Type = type;
20  }
readonly Type Type
Definition: BlockCacheAttribute.cs:10

Member Data Documentation

◆ Name

readonly string pluginbase.Objects.World.BlockCacheAttribute.Name

◆ Type

readonly Type pluginbase.Objects.World.BlockCacheAttribute.Type

The documentation for this class was generated from the following file: