Object TagExt
-
- All Implemented Interfaces:
public class TagExt
-
-
Method Summary
Modifier and Type Method Description final Integer
incInt(CompoundTag $self, String key)
final Integer
decInt(CompoundTag $self, String key)
final Integer
addInt(CompoundTag $self, String key, Number add)
final Integer
subInt(CompoundTag $self, String key, Number sub)
final Double
incDouble(CompoundTag $self, String key)
final Double
decDouble(CompoundTag $self, String key)
final Double
addDouble(CompoundTag $self, String key, Number add)
final Double
subDouble(CompoundTag $self, String key, Number sub)
-