R12ToCurrentBlockMapEntry
    
            
            in package
            
        
    
    
    
        
        
    
Table of Contents
- $blockState : CompoundTag
- $id : string
- $meta : int
- __construct() : mixed
- __toString() : mixed
- getBlockState() : CompoundTag
- getId() : string
- getMeta() : int
Properties
$blockState
    private
        CompoundTag
    $blockState
    
    
    
    
$id
    private
        string
    $id
    
    
    
    
$meta
    private
        int
    $meta
    
    
    
    
Methods
__construct()
    public
                    __construct(string $id, int $meta, CompoundTag $blockState) : mixed
        
        Parameters
- $id : string
- $meta : int
- $blockState : CompoundTag
Return values
mixed —__toString()
    public
                    __toString() : mixed
        
    
    
        Return values
mixed —getBlockState()
    public
                    getBlockState() : CompoundTag
        
    
    
        Return values
CompoundTag —getId()
    public
                    getId() : string
        
    
    
        Return values
string —getMeta()
    public
                    getMeta() : int