Compare commits
	
		
			8 commits
		
	
	
		
			c2f1f6f447
			...
			edee3efe36
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| edee3efe36 | |||
| 
							 | 
						d48de6382a | ||
| 
							 | 
						f60cf7a018 | ||
| 
							 | 
						b8b4b3e179 | ||
| 
							 | 
						d9faee043c | ||
| 
							 | 
						7afadc15ea | ||
| 
							 | 
						4d54dd8512 | ||
| 
							 | 
						26442f2e3e | 
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -2,6 +2,7 @@ package lol.pyr.znpcsplus.api.interaction;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public interface ActionRegistry {
 | 
					public interface ActionRegistry {
 | 
				
			||||||
    void register(InteractionActionType<?> type);
 | 
					    void register(InteractionActionType<?> type);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void unregister(Class<? extends InteractionAction> clazz);
 | 
					    void unregister(Class<? extends InteractionAction> clazz);
 | 
				
			||||||
    <T extends InteractionAction> T deserialize(String str);
 | 
					    <T extends InteractionAction> T deserialize(String str);
 | 
				
			||||||
    <T extends InteractionAction> String serialize(T action);
 | 
					    <T extends InteractionAction> String serialize(T action);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue